diff options
Diffstat (limited to 'webring.html')
-rwxr-xr-x | webring.html | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/webring.html b/webring.html index b988280..0786201 100755 --- a/webring.html +++ b/webring.html @@ -1,33 +1,33 @@ -<!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 class="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="https://files.weonpollo.xyz/88x31.png"></a>
- <a href="https://ratakor.neocities.org"><img src="https://ratakor.neocities.org/images/button.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>
- <a href="https://exosunand.net/"><img src="https://exosunand.net/88_31_alien.png"></a>
- <a href="https://slushee.dev/"><img src="/images/webring/slushee.gif"></a>
- <a href="https://gxog.xyz/"><img src="https://gxog.xyz/webrings/web_badge"></a>
- </div>
- </main>
- </body>
-</html>
+<!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 class="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="https://files.weonpollo.xyz/88x31.png"></a> + <a href="https://ratakor.neocities.org"><img src="https://ratakor.neocities.org/images/button.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> + <a href="https://exosunand.net/"><img src="https://exosunand.net/88_31_alien.png"></a> + <a href="https://slushee.dev/"><img src="/images/webring/slushee.gif"></a> + <a href="https://gxog.xyz/"><img src="https://gxog.xyz/webrings/web_badge"></a> + </div> + </main> + </body> +</html> |