diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 15:05:27 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 15:05:27 +0300 |
| commit | 37522616a3efcaa3c7b40821155e8f1fff5c9985 (patch) | |
| tree | feb31bee8cc32fd7310559701e39719b2c6c096b /neocities | |
| parent | 435aeb674198769b61b0ee8d82f85a108bacf49e (diff) | |
| parent | 60eb045c37c24677088f13cdded9408c292f65ff (diff) | |
maintainence
Diffstat (limited to 'neocities')
| -rw-r--r-- | neocities/index.html | 41 | ||||
| -rwxr-xr-x | neocities/update.sh | 6 |
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 |
