summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2023-04-02 14:06:57 +0200
committerMalte Voos <git@mal.tc>2023-04-02 14:13:46 +0200
commit0bcc0b0e3ea0c2641d98b33b0391e902902bec02 (patch)
tree2ff63fe0e08255077a9d68e892cf88eb8c494908 /index.html
parent5e7d368ff08839d6d87cf5012031d69a10495fc1 (diff)
downloadlife-0bcc0b0e3ea0c2641d98b33b0391e902902bec02.tar.gz
life-0bcc0b0e3ea0c2641d98b33b0391e902902bec02.zip
fix noscript being hidden below webring
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index ac1be82..29c3494 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,11 @@
         top: 0;
         left: 0;
       }
+      #noscript {
+        position: fixed;
+        bottom: 0;
+        left: 0;
+      }
     </style>
   </head>
   <body>
@@ -32,7 +37,7 @@
       init();
     </script>
     <noscript>
-      this site is less boring if you enable javascript.
+      <p id="noscript">this site is less boring if you enable javascript.</p>
     </noscript>
     <a href="https://git.mal.tc/life">source code</a>
     <iframe id="webring" width="500" height="50" sandbox="allow-top-navigation-by-user-activation" src="https://ring.helena.place/malte"></iframe>