-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
0 parents
commit 6613517
Showing
1,218 changed files
with
156,386 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> | ||
|
||
<meta charset="utf-8" /> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
|
||
<title>Page not found | HaxeFlixel 2D Game Engine</title> | ||
|
||
<meta name="description" content="HaxeFlixel is a 2D Game Engine that lets you create cross-platform games easier with free, open source technology!" /> | ||
<meta name="keywords" content="gamedev, game development, cross-platform, haxe, flixel" /> | ||
<meta name="author" content="" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<link rel="icon" href="/images/haxeflixel.svg" /> | ||
<link rel="shortcut icon" href="/images/favicon.ico" /> | ||
|
||
<!--[if lt IE 9]> | ||
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<link rel="stylesheet" href="/styles/style.css" /> | ||
|
||
</head> | ||
|
||
|
||
<body> | ||
|
||
<header> | ||
<nav> | ||
|
||
<div class="navbar navbar-inverse navbar-fixed-top"> | ||
<div class="container"> | ||
|
||
<div class="navbar-header"> | ||
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button"> | ||
<span class="icon-bar"> | ||
<span class="icon-bar"> | ||
<span class="icon-bar"> | ||
</span></span></span></button> | ||
<a href="/" class="navbar-brand"><img src="/images/haxeflixel-header.svg" height="31" alt="HaxeFlixel" /></a> | ||
</div> | ||
|
||
<div class="navbar-collapse collapse"> | ||
|
||
<ul class="nav navbar-nav"> | ||
|
||
<li class="dropdown "> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Examples <span class="caret"></span></a> | ||
<ul class="dropdown-menu inverse-dropdown"> | ||
<li><a href="/demos">Demos</a></li> | ||
<li><a href="https://snippets.haxeflixel.com/">Snippets</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<a href="/showcase">Showcase</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/blog">Blog</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/documentation">Docs</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://api.haxeflixel.com">API</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://github.com/HaxeFlixel/flixel/discussions">Forum</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
<form class="navbar-form search-form" role="search" action="https://google.com/search" method="get"> | ||
<div class="form-group"> | ||
<input type="search" name="q" class="form-control" placeholder="Search" /> | ||
<input type="hidden" name="q" value="site:http://haxeflixel.com" /> | ||
</div> | ||
</form> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</nav> | ||
</header> | ||
|
||
<div class="container container-main"> | ||
<div class="col-md-2"></div> | ||
|
||
<div class="col-md-8"> | ||
|
||
<h1 class="title">Page not found</h1> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
|
||
<h2>Strange, we are unable to find the page you have requested.</h2> | ||
|
||
<p>It might have been removed, lost or never existed. | ||
You could try and find it using <a href="https://google.com/search?q=site%3Ahttps://haxeflixel.com ">search</a> | ||
|
||
</p><p>Otherwise ask on our <a href="https://github.com/HaxeFlixel/flixel/discussions">forums</a></p> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="col-md-2"></div> | ||
</div> | ||
|
||
<footer> | ||
<div class="footer-main"> | ||
<div class=" container"> | ||
|
||
<div class="footer-social"> | ||
|
||
<iframe width="120px" scrolling="0" height="20px" frameborder="0" allowtransparency="true" src="https://ghbtns.com/github-btn.html?user=HaxeFlixel&repo=flixel&type=watch&count=true&size=small"></iframe> | ||
|
||
<a href="https://twitter.com/haxeflixel" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="small">Follow @haxeflixel</a> | ||
|
||
<a class="footer-patreon" href="https://www.patreon.com/haxeflixel" alt="HaxeFlixel Patreon" title="Support us on Patreon"> | ||
<img class="patreon-logo" src="/images/patreon-logo.svg" title="HaxeFlixel Patreon" /> | ||
<img class="patreon-wordmark" src="/images/patreon-wordmark.svg" title="HaxeFlixel Patreon" /> | ||
</a> | ||
|
||
<script>!function (d, s, id) | ||
{ | ||
var js, fjs = d.getElementsByTagName (s)[0]; | ||
if (!d.getElementById (id)) | ||
{ | ||
js = d.createElement (s); | ||
js.id = id; | ||
js.src = "//platform.twitter.com/widgets.js"; | ||
fjs.parentNode.insertBefore (js, fjs); | ||
} | ||
} (document, "script", "twitter-wjs");</script> | ||
|
||
</div> | ||
|
||
<div class="footer-powered-by row"> | ||
<p>HaxeFlixel is powered by</p> | ||
<a href="https://haxe.org"><img src="/images/haxe.svg" alt="Haxe" title="Haxe" /></a> | ||
+ | ||
<a href="https://openfl.org"><img class="openfl-footer-logo" src="/images/openfl.svg" alt="OpenFL" title="OpenFL" /></a> | ||
+ | ||
<a href="https://flixel.org"><img class="flixel-footer-logo" src="/images/flixel.svg" alt="Flixel" title="Flixel" /></a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-35511281-1'); | ||
ga('send', 'pageview');</script><script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/dropdown.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/transition.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/collapse.js"></script> | ||
|
||
|
||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev.haxeflixel.com |
Oops, something went wrong.