-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
28 lines (27 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404</title>
<link rel="stylesheet" href="./src/style/404.css">
</head>
<body>
<canvas id="backgroundCanvas"></canvas>
<div class="container">
<div class="content">
<h1>404</h1>
<p>The page you're looking for doesn't exist - it may have been deleted, moved or is temporarily unavailable. <br>
Check the URL is right</p>
<div class="linkList">
<a href="./index.html">Portfolio</a>
<a href="https://robin888b.github.io/e926_browser/">e926 viewer</a>
<a href="https://robin888b.github.io/waitlistManager/">Waitlist Manager</a>
<a href="https://robin888b.github.io/simpleSearchPage/">Search Page</a>
</div>
</div>
</div>
<script src="./src/app/404.js"></script>
</body>
</html>