mirror of
https://git.everypizza.im/n/everypizza.im.git
synced 2025-04-10 10:26:13 +02:00
51 lines
No EOL
1.8 KiB
HTML
51 lines
No EOL
1.8 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
<title>EveryPizza IM</title>
|
|
<link rel="stylesheet" href="/assets/style.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">
|
|
<pre>
|
|
_
|
|
(_)
|
|
_____ _____ _ __ _ _ _ __ _ __________ _
|
|
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
|
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
|
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
|
__/ | |
|
|
|___/|_|
|
|
|
|
</pre>
|
|
<div class="nav">
|
|
<a href="/index.xht">HOME</a>
|
|
<a href="/rules.xht">RULES</a>
|
|
<a href="/services.xht">SERVICES</a>
|
|
<a href="/contact.xht" class="current">CONTACT</a>
|
|
<a href="/servers.xht">SERVERS</a>
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<p>
|
|
To contact the admin, XMPP is usually the fastest. Please use
|
|
<a href="xmpp:nyx@everypizza.im">nyx@everypizza.im</a>. It also has Matrix:
|
|
<a href="matrix:u/n:everypizza.im">@n:everypizza.im</a>, fedi:
|
|
<a href="https://sharkey.everypizza.im/@me/">@me@sharkey.everypizza.im</a>, and if all
|
|
else fails, email: <a href="mailto:me@everypizza.im">me@everypizza.im</a>.
|
|
</p>
|
|
|
|
</div>
|
|
<div class="footer">
|
|
<p>
|
|
This design is <del>stolen from</del> inspired by Midgard, on
|
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |