This commit is contained in:
Vel 2025-03-11 12:50:44 -05:00
commit cdee2f4428
4 changed files with 27 additions and 0 deletions

19
index.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NO WAY! NO WAY! NO WAY? NO WAY!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<img src="noway.gif" alt="NO WAY! NO WAY! NO WAY? NO WAY!">
<br>
<h1><strong><i>Labyrinth Zone is temporarily off-line!!</i></strong></h1>
<p>But you can follow <a href="" target="_blank">@TimelostVel@void.lgbt</a> for current info.</p>
<audio src="noway.opus" autoplay controls loop></audio>
</center>
</body>
</html>

BIN
noway.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

BIN
noway.opus Normal file

Binary file not shown.

8
style.css Normal file
View file

@ -0,0 +1,8 @@
body {
background: black;
font-family: sans-serif;
color: white;
}
a, a:visited, a:hover {
color: sandybrown;
}