diff options
Diffstat (limited to 'chat.html')
-rw-r--r-- | chat.html | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -1,27 +1,26 @@ <!DOCTYPE html> <html> <head> - <meta charset="UTF-8"> + <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> + <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> <li>XMPP: general@xmppconf.arf20.com</li> </ul> - </main> + </main> </body> </html> |