18 lines
728 B
HTML
18 lines
728 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Every pizza instant messenger! (support)</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="index.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<header><a href="index.html">home</a> | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a> | support</header>
|
|
<h1>everypizza.im - support</h1>
|
|
<p>
|
|
hello! if you want to contact the admins, please use one of these:
|
|
<ul>
|
|
<li><a href="mailto:me@everypizza.im">email</a></li>
|
|
<li><a href="matrix:u/n:everypizza.im">matrix</a></li>
|
|
<li><a href="xmpp:nyx@everypizza.im">xmpp</a></li>
|
|
</ul>
|
|
</p>
|
|
</body>
|