From d84344ffc6215dc6d97cf1b35ae02ae06db0c34f58b60e2fe95e8a0d46707ef6 Mon Sep 17 00:00:00 2001 From: nyx Date: Sat, 25 Jan 2025 23:37:01 -0600 Subject: [PATCH] Add services hosted --- index.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 58c926d..a6acbae 100644 --- a/index.html +++ b/index.html @@ -4,5 +4,19 @@ Every pizza instant messenger!</head> </head> <body> -<h1>everypizza.im</h1> -<h2>services</h2> + <h1>everypizza.im</h1> + <h2>services</h2> + <small>Please ask for an account if you want one.</small> + <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> + <li>Element (Matrix client) - <a href="element.everypizza.im">element.everypizza.im</a></li> + </ul> + </p> +</body>