-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
22 lines (19 loc) · 895 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://enigmatology.github.io/css/style.css" rel="stylesheet">
<title>Whoops! | enigmatology</title>
<link rel="shortcut icon" type="image/x-icon" href="https://enigmatology.github.io/img/favicon.ico?">
<link href="https://enigmatology.github.io/css/file-not-found.css" rel="stylesheet">
</head>
<body>
<div id="navbar"></div>
<div id="not-found">
<div id="large-text">Well, that's weird.</div>
<div id="subtext">The page you were looking for doesn't seem to exist. Try finding an existing one using the links above.</div>
<img id="confused" src="https://enigmatology.github.io/img/confused.JPG" alt="Hmm...">
</div>
<script src="https://enigmatology.github.io/components/addnavbar.js"></script>
</body>
</html>