summaryrefslogtreecommitdiff
path: root/old/index.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-16 17:41:55 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-16 17:41:55 +0000
commitc00ae4e38b44247b50d4ba36366323b3d2bba978 (patch)
treeb4d5e7949f009dbca94624a1e0bde58cb6fd7a99 /old/index.html
parentfa98cb5aca8f508d547bf5fe2b8bd13f47a3140e (diff)
major site redesign
Diffstat (limited to 'old/index.html')
-rw-r--r--old/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/old/index.html b/old/index.html
new file mode 100644
index 0000000..2d70bd8
--- /dev/null
+++ b/old/index.html
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="description" content="The Weight of Comfort">
+ <meta name="keywords" content="Personal, Music, Poetry, Art, Radiohotline, Teethinvitro">
+ <meta name="author" content="Radiohotline">
+ <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>
+ <link href="crt index.css" rel="stylesheet">
+ <title>Soft Machine</title>
+</head>
+<body>
+ <br>
+ <p style="z-index: 1;">soft machine</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>