diff options
author | DemonKingSwarn <rockingswarn@gmail.com> | 2024-11-11 20:45:19 +0530 |
---|---|---|
committer | DemonKingSwarn <rockingswarn@gmail.com> | 2024-11-11 20:45:19 +0530 |
commit | 353895b8cba1cea0cbcd89d3e8dab7b55a6ebe4a (patch) | |
tree | ce1778e4015ef10efb33975aee686cffa1cc9191 /webring/index.html | |
parent | 58f616994d1f35a8f7cca3b4cdf813f51f49d644 (diff) | |
download | website-master.zip website-master.tar.gz |
Diffstat (limited to 'webring/index.html')
-rw-r--r-- | webring/index.html | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/webring/index.html b/webring/index.html deleted file mode 100644 index 9a1f04b..0000000 --- a/webring/index.html +++ /dev/null @@ -1,50 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" type="text/css" href="/assets/css/style.css"> - <meta name="referrer" content="no-referrer"> - <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> - <title> - Webring - </title> - <meta name="generator" content="soupault"> - <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> - <link rel="stylesheet" href="/assets/css/style.css"> - </head> - <body> - <div class="container"> - <header> - <h1> - Webring - </h1> - <div id="nav-menu"> - <nav> - 😎 - <a href="/">Home</a> - ✍️ - <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a> - 🖥️ - <a href="/setup/">Setup</a> - 📚 - <a href="/books/">Books</a> - 📞 - <a href="/contact/">Contact</a> - ☎️ - <a class="active" href="/webring/">Webring</a> - </nav> - </div> - </header> - <main> - <p> - Want to linkback? - </p> - <div class="gifbuttons"> - <a href="https://demonkingswarn.live" target=blank><img src="/assets/media/buttons/web-button.svg" height=31px width=88px></a> - </div> - </main> - </div> - </body> -</html> |