aboutsummaryrefslogtreecommitdiff
path: root/chat.html
diff options
context:
space:
mode:
Diffstat (limited to 'chat.html')
-rw-r--r--chat.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/chat.html b/chat.html
new file mode 100644
index 0000000..229e1b7
--- /dev/null
+++ b/chat.html
@@ -0,0 +1,26 @@
+<!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>