aboutsummaryrefslogblamecommitdiff
path: root/chat.html
blob: 229e1b7f9c50d31260b516616817526a83747e15 (plain) (tree)

























                                                                                     
<!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 chat with ARFNET users, all bridged together</p>
            <ul>
                <li><a href="https://discord.gg/jy6AjN9ACP">Discord</a> #general</li>
                <li>IRC/IRCS: irc.arf20.com #general</li>
                <li>Matrix: #general:arf20.com</li>
            </ul>
		</main>
    </body>
</html>