diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-09-01 03:55:50 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-09-01 03:55:50 +0200 |
commit | a1ba52ac91fcd253acfe13d68219d3ee7260d039 (patch) | |
tree | 6306c9830e7923e6869406c5e97273baef587755 | |
parent | a57703d432b211a1ebe810084cdb58949791f250 (diff) | |
download | arfnet2-web-a1ba52ac91fcd253acfe13d68219d3ee7260d039.tar.gz arfnet2-web-a1ba52ac91fcd253acfe13d68219d3ee7260d039.zip |
Remove banner, add radio link
-rw-r--r-- | game.html | 3 | ||||
-rw-r--r-- | index.html | 15 |
2 files changed, 7 insertions, 11 deletions
@@ -2,8 +2,7 @@ <html> <head> <meta charset="UTF-8"> - <link rel="stylesheet" type="text/css" href="/style.css"> - <link rel="stylesheet" type="text/css" href="/about.css"> + <link rel="stylesheet" type="text/css" href="https://arf20.com/style.css"> <title>ARFNET</title> </head> @@ -16,16 +16,9 @@ <header> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </header> - <marquee scrollamount="15">Now fully legal</marquee> <hr> - Due to differences with ARFNET's ISP, ARFNET is suffering major changes, feel free to contact for more info.<br> - But here is a brief <a href="/explanation.txt">explanation</a>.<br> - And here is a <a href="https://web.archive.org/web/20230603081448/https://arf20.com/">snapshot</a> of the site before the schism. - Sorry for the inconveniences - - <hr> - - <a class="fst" href="/design.html">Design Philosophy</a> + <center> + <a class="fst" href="/design.html">Design Philosophy</a> <a class="sec" href="https://www.youtube.com/watch?v=lbsce1DniQA&list=PLhWQL9gpbCPb8JNtOFo760GUD4ekXiR-9">Youtube</a> <a class="sec" href="http://cgit.arf20.com/">Git</a> <a class="sec" href="https://github.com/ARF20NET">GitHub</a> @@ -34,10 +27,13 @@ <a class="sec" href="http://grafana.arf20.com/public-dashboards/074973f696bd4d56afcddb08a3114041">Grafana</a> <a class="sec" href="https://discord.gg/jy6AjN9ACP">Discord</a> <a class="sec" href="/donate.html">Donations and Accounting</a><br> + </center> + <marquee scrollamount="15">Now fully legal</marquee> <hr> <a class="fst" href="/about_me.html">About me</a><br> <a class="fst" href="/projects/">Projects</a><br> <a class="sec" href="/about/">About ARFNET</a><br> + <a class="sec" href="/explanation.txt">Lore</a><br> <a class="fst" href="https://blog.arf20.com">Blog</a><br> <a class="fst" href="/services.html">Services</a><a class="sec" href="https://dash.arf20.com">Order</a><br> <a class="sec" href="https://memes.arf20.com/">Memes</a><br> @@ -52,6 +48,7 @@ <a class="sec" href="http://news.arf20.com/">Web newsreader</a><br> <a class="sec" href="https://grafana.arf20.com">Grafana</a><br> <a class="sec" href="http://deb.arf20.com">Debian repo</a><br> + <a class="sec" href="http://radio.arf20.com">Radio</a><br> <a class="fst" href="/astro/">Astrophotography section</a><br> <a class="fst" href="/webring.html">Webring</a><br> |