summaryrefslogtreecommitdiff
path: root/neocities
diff options
context:
space:
mode:
Diffstat (limited to 'neocities')
-rw-r--r--neocities/index.html41
-rwxr-xr-xneocities/update.sh6
2 files changed, 47 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>
diff --git a/neocities/update.sh b/neocities/update.sh
new file mode 100755
index 0000000..9781f93
--- /dev/null
+++ b/neocities/update.sh
@@ -0,0 +1,6 @@
+NOW=$(date "+%Y-%m-%d %H:%M:%S")
+FILE=neocities/index.html
+
+sed -e "s/Updated: .*<\/p>/Updated: $NOW<\/p>/g" -i '' $FILE
+
+neoup -f neocities/index.html