-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
27 lines (27 loc) · 1023 Bytes
/
404.html
File metadata and controls
27 lines (27 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: 404 - No encontrado
---
<h1>
404 - No encontrado
</h1>
<div class="not-found">
<div id="invaders-container">
<canvas id="canvas404" width="600" height="400">
FernetJS Invaders 404 - Not Found
</canvas>
<div id="splash" class="splash">
<a href="#" onclick="play();" style="font-size: 26px;">Jugar!</a>
<br>
<a href="https://github.com/pjnovas/invaders404">[código fuente]</a>
</div>
</div>
<div id="invaders-footer">
<span id="fps">0.0fps</span> |
<span id="fullscrenLabel"></span> |
<a href="{% post_url 2012-01-26-space-invaders-404 %}">Post</a>
</div>
<p>Intentá haciendo una búsqueda en github o tu buscador favorito.</p>
<p>Si creés que hubo algún problema, o que acá debería haber algo, <a href="{{site.github.issues_url}}/new?title={{'404 (página)' | cgi_escape}}&body={{'Hay algo mal, da 404 la página... y debería haber...' | cgi_escape}}&labels=not-found">reportálo</a>..</p>
</div>
<script src="/js/404.js"></script>