summary refs log tree commit diff
diff options
context:
space:
mode:
-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>