diff options
Diffstat (limited to 'webring.html')
-rwxr-xr-x | webring.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/webring.html b/webring.html new file mode 100755 index 0000000..b39e3fd --- /dev/null +++ b/webring.html @@ -0,0 +1,32 @@ +<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="stylesheet" type="text/css" href="/about.css">
+ <title>ARFNET</title>
+ </head>
+
+ <body>
+ <header><a href="/">
+ <img src="arfnet_logo.png" width="64">
+ <span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <main>
+ <h2 class="center">Webring</h2>
+ <div class="div">
+ <p>Make me a PR on github or contact me through mail or discord to be here</p>
+ <p>Use this button if you want to add ARFNET to your site: <img src="/88x31.gif"></p>
+ <br><br><br><br><br><br>
+ <a href="https://yero.dev"><img src="https://yero.dev/88x31.png"></a>
+ <a href="https://weonpollo.xyz"><img src="http://weonpollo.xyz/webring.png"></a>
+ <a href="https://ratakor.com"><img src="https://ratakor.com/images/based/ratakor.gif"></a>
+ <a href="https://articexploit.xyz:8443"><img src="https://articexploit.xyz:8443/assets/buttons/arcade.png"></a>
+ <a href="https://www.informaticapau.com/"><img src="https://www.informaticapau.com/webrings/web_badge"></a>
+ <a href="https://jensen-net.mooo.com/"><img src="https://jensen-net.mooo.com/media/88_31.png"></a>
+
+ </div>
+ </main>
+ </body>
+</html>
|