forked from evanwill/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (31 loc) · 1.05 KB
/
404.html
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
28
29
30
31
32
---
title: "404"
# this creates a 404 page automatically handled by gh-pages
layout: default
permalink: /404.html
---
<div class="page">
<h1 class="page-title">404?</h1>
<span>Sorry, but the page you were trying to view does not exist.</span>
<pre><code>
____________ / /
< Sorry, 404 > / /
------------ (\/_//`)
\ / '/
\ 0 0 \
\ / \
\ / __/ \
/, _/ \ \_
`-./ ) | ~^~^~^~^~^~^~^~\~.
( / \_}
| / |
; | \ /
\/ ,/ \ |
/ /~~|~|~~~~~~|~|\ |
/ / | | | | `\ \
/ / | | | | \ \
/ ( | | | | \ \
/,_) /__) /__) /,_/
'''''"""""'''""""""'''""""""''"""""''''''""""""''"""""'''''
</code></pre>
</div>