-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (31 loc) · 1.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BlipJoy - Not Found</title>
<link rel="preload" href="./index.css" as="style">
<link rel="icon" sizes="64x64" href="img/blipjoy-64x64.png">
<link rel="stylesheet" href="./index.css">
<script type="module" src="./index.js"></script>
</head>
<body>
<header>
<canvas id="anim" width="384" height="224">
<img alt="BlipJoy Logo" src="./img/blipjoy.png">
</canvas>
<nav>
<a href="https://blog.blipjoy.com/">Blog</a>
<a href="https://github.com/blipjoy">GitHub</a>
<a href="https://blipjoy.itch.io">Itch.io</a>
<a href="https://gotm.io/user/blipjoy">Gotm.io</a>
<a href="https://twitch.tv/blipjoy">Twitch</a>
<a href="https://patreon.com/blipjoy">Patreon</a>
<a href="https://twitter.com/blipjoy">Twitter</a>
</nav>
</header>
<main>
<h1>404 - Not Found</h1>
These are not the pages you're looking for.
</main>
</body>
</html>