aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-16 03:06:07 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-16 03:06:07 +0100
commitd46a86f29ca5446a3fb56bcf2596f7f9659d8095 (patch)
treea0d6aaa5ca99e227701eb9d9be2e05f2d66a2392
parentac174b38f6c243c60c5370a30d6cece0949925f6 (diff)
downloadarfnet2-web-d46a86f29ca5446a3fb56bcf2596f7f9659d8095.tar.gz
arfnet2-web-d46a86f29ca5446a3fb56bcf2596f7f9659d8095.zip
Add game page
-rw-r--r--game.html24
-rw-r--r--index.html1
2 files changed, 25 insertions, 0 deletions
diff --git a/game.html b/game.html
new file mode 100644
index 0000000..f10d7e2
--- /dev/null
+++ b/game.html
@@ -0,0 +1,24 @@
+<!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">Chat</h2>
+ <p>Where to game with ARFNET users</p>
+ <ul>
+ <li>Minecraft: arf20.com</li>
+ <li>Counter-Strike Source: arf20.com</li>
+ </ul>
+ </main>
+ </body>
+</html>
diff --git a/index.html b/index.html
index b0169db..d415652 100644
--- a/index.html
+++ b/index.html
@@ -37,6 +37,7 @@
<a class="fst" href="/services.html">Services</a><br>
<a class="sec" href="https://memes.arf20.com/">Memes</a><br>
<a class="sec" href="/chat.html">Chat</a><br>
+ <a class="sec" href="/game.html">Game</a><br>
<a class="sec" href="https://webmail.arf20.com">Webmail</a><br>
<a class="sec" href="https://nextcloud.arf20.com">Nextcloud</a><br>
<a class="sec" href="https://jellyfin.arf20.com">Jellyfin</a><br>