Skip to content

Commit

Permalink
Add game page
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 committed Mar 16, 2024
1 parent ac174b3 commit d46a86f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions game.html
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d46a86f

Please sign in to comment.