summary refs log tree commit diff
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2023-04-02 14:02:57 +0200
committerMalte Voos <git@mal.tc>2023-04-02 14:02:57 +0200
commit5e7d368ff08839d6d87cf5012031d69a10495fc1 (patch)
treeda8ffd441511bffb64f6f9af13c65faf7c7c87fd
parente7e816dec2f593283cce550c984b3e116ad05965 (diff)
downloadlife-5e7d368ff08839d6d87cf5012031d69a10495fc1.tar.gz
life-5e7d368ff08839d6d87cf5012031d69a10495fc1.zip
add supercool webring
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 7d1af1b..ac1be82 100644
--- a/index.html
+++ b/index.html
@@ -19,6 +19,11 @@
       a:hover {
         opacity: 1.0;
       }
+      #webring {
+        position: fixed;
+        top: 0;
+        left: 0;
+      }
     </style>
   </head>
   <body>
@@ -30,5 +35,6 @@
       this site is less boring if you enable javascript.
     </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>
   </body>
 </html>