summaryrefslogtreecommitdiff
path: root/neocities/index.html
diff options
context:
space:
mode:
authorradiohotline <radiohotline@disroot.org>2026-02-17 15:05:27 +0300
committerradiohotline <radiohotline@disroot.org>2026-02-17 15:05:27 +0300
commit37522616a3efcaa3c7b40821155e8f1fff5c9985 (patch)
treefeb31bee8cc32fd7310559701e39719b2c6c096b /neocities/index.html
parent435aeb674198769b61b0ee8d82f85a108bacf49e (diff)
parent60eb045c37c24677088f13cdded9408c292f65ff (diff)
maintainence
Diffstat (limited to 'neocities/index.html')
-rw-r--r--neocities/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/neocities/index.html b/neocities/index.html
new file mode 100644
index 0000000..8f46317
--- /dev/null
+++ b/neocities/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ html {
+ min-height: 100%;
+ box-shadow: inset 0 0 300px #000, inset 0 0 120px #000, inset 0 0 80px #000;
+ }
+ body {
+ background-image: url(img/bg/insert.png);
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-size: cover;
+ background-position: center;
+ text-align: center;
+ font-size: 50pt;
+ }
+ p {
+ text-shadow: 0 0 20px black, 0 0 0.2em black;
+ color: #fff
+ }
+ a {
+ color: #ac233f;
+ font-size: 35pt;
+ text-shadow: 2px 0 #dbcdbe, -2px 0 #dbcdbe, 0 2px #dbcdbe, 0 -2px #dbcdbe,
+ 1px 1px #dbcdbe, -1px -1px #dbcdbe, 1px -1px #dbcdbe, -1px 1px #dbcdbe;
+ }
+ </style>
+ <meta http-equiv="refresh" content="0; url=https://softmachine.dev/">
+ <link href="crt index.css" rel="stylesheet">
+ <title>the weight of comfort</title>
+</head>
+<body>
+ <br>
+ <p>moved</p>
+
+ <p style="color:grey; font-size: small">Updated: 2026-01-07 22:01:08</p>
+
+ <a href="https://softmachine.dev">>> redirect</a>
+</body>
+</html>