everypizza.im-2/site/contact.html
Nyx 4b92d6ae07 actually make the new site
wait why was this in a seperate repo
2025-02-10 18:50:36 -06:00

32 lines
756 B
HTML

<!DOCTYPE html>
<head>
<title>everypizza.im</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="content">
<a class="link link-large" href="index.html">← Back to homepage</a>
<h2>
Contact
</h2>
<hr>
Please use one of these:
<br>
<ul>
<li>
<a class="link" href="xmpp:nyx@everypizza.im">XMPP/Jabber</a>
</li>
<br>
<li>
<a class="link" href="matrix:u/n:everypizza.im">Matrix</a>
</li>
<br>
<li>
<a class="link" href="mailto:me@everypizza.im">Email</a>
</li>
<br>
</ul>
</div>
</body>