summaryrefslogtreecommitdiff
path: root/not_found.html
diff options
context:
space:
mode:
authorradiohotline <radiohotline@disroot.org>2026-02-17 22:48:22 +0300
committerradiohotline <radiohotline@disroot.org>2026-02-17 22:48:22 +0300
commit9a1cb5913d223090a63ea05e61e0d05f980b4d37 (patch)
tree70ee8c8959ace327533fedd4c7c56816b04953d9 /not_found.html
parentbc0cb08c503f736ac5bb07a14b7dc09b582c5c89 (diff)
music page buttons and 404 page
Diffstat (limited to 'not_found.html')
-rw-r--r--not_found.html45
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>