forked from softwaremill/jekyll-softwaremill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (23 loc) · 731 Bytes
/
Copy path404.html
File metadata and controls
26 lines (23 loc) · 731 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
---
layout: default
skip_footer: true
---
<div class="error-404">
<div class="parameters">
<div class="wrapper clearfix">
<div class="score">score <<span class="ctr">0</span>></div>
<div class="name">404 — page not found</div>
<div class="credit">credit (<span class="ctr">99</span>)</div>
</div>
</div>
<div class="ctn-404">
<canvas class="canvas-404" id="canvas" width="980" height="450"></canvas>
<div class="splash-404" id="splash"></div>
<img src="/img/shipmill.png" id="shipmill" style="display:none">
</div>
<div class="homepage">
<a href="/" class="see-more">Home page</a>
</div>
</div>
<script src="/res/invaders.js"></script>
<script src="/res/404.js"></script>