-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
37 lines (35 loc) · 1.61 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>szch.me not found</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&family=Bricolage+Grotesque:opsz,[email protected],200..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div style="text-align: center; padding: 50px;">
<h1>oh no! error 404</h1>
<p>looks like a broken link or a URL that doesn't exist</p>
<p>let's get you out of here</p><br>
<ul>
<li><a href="/" class="not-found-404-links">take me home</a></li>
<li><a href="./music" class="not-found-404-links">hear some music</a></li>
<li><a href="./visuals" class="not-found-404-links">see some visuals</a></li>
</ul><br>
<p>or, stay here and enjoy the silence...</p>
</div>
<pre class="ascii-art"><br><br><br>
### ### ### ### # ## # ## # #
# # # # # # ## # ## # # #
### # # ### # # # # # ##
# # # # # # # # ## #
#### ### #### ### # # #
# #
###
</pre>
</body>
</html>