diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-17 12:12:37 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-17 12:12:37 +0000 |
| commit | 223ef7acb24356fca6cf5ab40c02b43a09452093 (patch) | |
| tree | d845297a50e78f9ca9c37c113b78b8a2aaa1c138 /old/indexold.html | |
| parent | cae6b00e0f3352a323af2400bf7f9deb7460c7de (diff) | |
| parent | 37522616a3efcaa3c7b40821155e8f1fff5c9985 (diff) | |
about
Diffstat (limited to 'old/indexold.html')
| -rw-r--r-- | old/indexold.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/old/indexold.html b/old/indexold.html new file mode 100644 index 0000000..29a2caf --- /dev/null +++ b/old/indexold.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 style="z-index: 1;">teeth in vitro</p> + <!-- + <p style="color:grey; position: absolute; left: 30%; top: 19%; z-index: -1;">lorem ipsum dolor sit amet</p> + --> + <a href="house.html">>> proceed</a> +</body> +</html> |
