aboutsummaryrefslogtreecommitdiff
path: root/game.html
blob: 677dbd21c555e95205785f2fc5557a235a3222de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <link rel="stylesheet" type="text/css" href="https://arf20.com/style.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>