diff options
-rw-r--r-- | index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/index.html b/index.html index 1e30d65..15cf814 100644 --- a/index.html +++ b/index.html @@ -19,12 +19,6 @@ a:hover { opacity: 1.0; } - #webring { - position: fixed; - top: 0; - left: 0; - border: none; - } #noscript { position: fixed; bottom: 0; @@ -41,6 +35,5 @@ <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> </body> </html> |