everypizza.im/index.html

24 lines
601 B
HTML
Raw Normal View History

2025-01-25 23:30:18 -06:00
<!DOCTYPE html>
<head>
2025-01-25 23:51:45 -06:00
<title>Every pizza instant messenger!</title>
2025-01-25 23:30:18 -06:00
</head>
<body>
2025-01-26 00:02:50 -06:00
<header>home | <a href="rules.html">rules</a></header>
<hr>
2025-01-25 23:37:01 -06:00
<h1>everypizza.im</h1>
<h2>services</h2>
<p>
<h5>Account needed</h5>
<small>Please ask for an account if you want one.</small>
<ul>
<li>XMPP (Prosody)</li>
<li>Matrix (Synapse)</li>
</ul>
<h5>No account needed</h5>
<ul>
2025-01-26 00:02:50 -06:00
<li>Element (Matrix client) - <a href="https://lement.everypizza.im/">element.everypizza.im</a></li>
2025-01-25 23:37:01 -06:00
</ul>
</p>
</body>