-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
16 lines (16 loc) · 761 Bytes
/
404.html
File metadata and controls
16 lines (16 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<head>
<link rel="stylesheet" href="https://guyotjs.github.io/bcss/bc.css">
<title>404 Page Not Found</title>
</head>
<div class="main bg-slate">
<div class="main bg-calm-fade">
<div class="true-center f-xl">
<span class="hover-bold">4</span><span class="hover-bold">0</span><span class="hover-bold">4</span> <span class="hover-bold">G</span><span class="hover-bold">U</span><span class="hover-bold">Y</span><span class="hover-bold">O</span><span class="hover-bold">T</span><span class="hover-bold">J</span><span class="hover-bold">S</span>
<hr/>
<br/>
<p class="f">
The Page you are trying to reach does not exist. Go <a href="https://guyotjs.github.io" class="null bold">home</a>.
</p>
</div>
</div>
</div>