generated from nhcarrigan/template
feat: backup our static pages
This commit is contained in:
28
chat/index.html
Normal file
28
chat/index.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Connect with NHCarrigan</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="We offer a few different ways to get in touch. This page outlines them all." />
|
||||
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Connect with NHCarrigan</h1>
|
||||
<section>
|
||||
<p>We offer a few ways to get in touch:</p>
|
||||
<h2>Forum</h2>
|
||||
<p>Our forum can be found at <a href="https://forum.nhcarrigan.com">forum.nhcarrigan.com</a>.</p>
|
||||
<h2>IRC</h2>
|
||||
<p>We offer a simple web-based IRC client you can use at <a href="https://irc.nhcarrigan.com">irc.nhcarrigan.com</a>.</p>
|
||||
<p>Or if you prefer, you may connect to <code>irc.nhcarrigan.com:6697</code> with your favourite client.</p>
|
||||
<h2>Matrix</h2>
|
||||
<p>You can find our Matrix space at <code>#home:matrix.nhcarrigan.com</code>. This <strong>should</strong> be federated, but if that fails you can still sign up for an account on our home server!</p>
|
||||
<h2>Fediverse</h2>
|
||||
<p>We host our own instance of Sharkey, a Mastodon-compliant platform. You can find us at <a href="https://fedi.nhcarrigan.com/@naomi">fedi.nhcarrigan.com</a>. Signups are restricted, but you can follow us from your favourite Mastodon server.</p>
|
||||
<h2>Code</h2>
|
||||
<p>Our code repositories are found on our self-hosted Gitea instance at <a href="https://git.nhcarrigan.com">git.nhcarrigan.com</a>.
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user