diff options
Diffstat (limited to 'not_found.html')
| -rw-r--r-- | not_found.html | 45 |
1 files changed, 31 insertions, 14 deletions
diff --git a/not_found.html b/not_found.html index 0a8109f..178e971 100644 --- a/not_found.html +++ b/not_found.html @@ -1,14 +1,31 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Not Found</title> - <link href="oldstyle.css" rel="stylesheet" type="text/css" media="all"> - </head> - <body> - <h1>It does not exist in this realm</h1> - <p>Are you lost or snooping?</p> - <a href="/gymno/gymnopedie.html">Launch 3fish.exe</a> - </body> -</html> +<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>So long...</title>
+ <style>
+ body {
+ height: 90vh;
+ background-color: black;
+ text-align: center;
+ color: white;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+ </style>
+</head>
+
+<body>
+ <div>
+ <h1>It does not exist in this realm</h1>
+ <p>Are you lost or snooping?</p>
+ <img src="gymno/3fish.exe.gif">
+ <audio loop autoplay>
+ <source src="gymno/GYMN_1_.CMF.mp3">
+ </audio>
+ </div>
+</body>
+
+</html>
|
