diff options
| -rw-r--r-- | game.html | 24 | ||||
| -rw-r--r-- | index.html | 1 | 
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> @@ -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> | 
