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