Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Mar 8, 2024
0 parents commit 3cf832c
Show file tree
Hide file tree
Showing 999 changed files with 118,883 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
8 changes: 8 additions & 0 deletions 11ty-bundle.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


function copyAnchorLink() {
if (navigator.clipboard)
navigator.clipboard.writeText(window.location.href.replace(window.location.hash, ""));
else
console.log("Clipboard API not supported");
}
216 changes: 216 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
<!doctype html>
<html 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 property="og:title" content=" Page not found | HaxeFlixel - 2D Game Engine">
<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="viewport" content="width=device-width, initial-scale=1">

<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">
<link rel="stylesheet" href="/styles/highlights/vs2015.min.css">
</head>

<body>
<header>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">

<button
class="navbar-toggler btn-outline-light"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-expanded="false"
aria-controls="navbarNavDropdown"
aria-label="Toggle navigation">
<span class="bi-list"></span>
</button>
<a href="/" class="navbar-brand fs-3 fw-medium">
<img
src="/images/haxeflixel.svg"
height="31"
alt="HaxeFlixel"
class="d-inline-block align-text-bottom">
HaxeFlixel
</a>


<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav nav-underline">
<li class="nav-item dropdown">
<a
href="#"
class="nav-link dropdown-toggle "
data-bs-toggle="dropdown"
role="button"
aria-expanded="false">Examples
<span class="caret"></span>
</a>
<ul class="dropdown-menu inverse-dropdown">
<li>
<a class="dropdown-item" href="/demos">Demos</a>
</li>
<li>
<a class="dropdown-item" href="https://snippets.haxeflixel.com/">
<i class="bi bi-link-45deg"></i>
Snippets
</a>
</li>
</ul>
</li>

<li class="nav-item">
<a class="nav-link " href="/showcase">Showcase</a>
</li>


<li class="nav-item">
<a class="nav-link " href="/blog">Blog</a>
</li>


<li class="nav-item">
<a class="nav-link " href="/documentation">Docs</a>
</li>

<li class="nav-item">
<a class="nav-link" href="http://api.haxeflixel.com">API</a>
</li>


<li class="nav-item">
<a class="nav-link" href="https://github.com/HaxeFlixel/flixel/discussions">Forum
</a>
</li>
</ul>




</div>
</div>
</nav>
</header>

<div class="container-md 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%3Ahaxeflixel.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&amp;repo=flixel&amp;type=watch&amp;count=true&amp;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 d-flex float-end align-items-center">
<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 src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>

<script src="/11ty-bundle.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev.haxeflixel.com
Loading

0 comments on commit 3cf832c

Please sign in to comment.