-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
37 lines (31 loc) · 1.08 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
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://jordy3d.github.io/css/404.css">
<link rel="icon" href="https://jordy3d.github.io/files/logo.png">
<title>Bane // 404</title>
</head>
<body>
<div class="header">
<div class="logo">
<img class="logoImg" src="https://jordy3d.github.io/files/logo.png" style="width:40px; height: 40px;">
<h1 style="line-height: 0.3;">Bane404</h1>
<a href="./index.html">
<span class="linkSpan"></span>
</a>
</div>
<h4 class="NavBar">
<a id="secret" style="opacity: 0; margin-right: 10px;" href="https://jordy3d.github.io/test.html">Test page</a>
<a id="support" style="margin-right: 10px;" href="https://jordy3d.github.io/index.html">Home</a>
</h4>
</div>
<div class="content">
<h1 class="glitch">
<span aria-hidden="true">//404</span>
<span>//404</span>
<span aria-hidden="true">//404</span>
</h1>
</div>
</body>
</html>