support info
This commit is contained in:
parent
7734d6447a
commit
2defc011c7
3 changed files with 20 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header>home | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a></header>
|
||||
<header>home | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a> | <a href="support.html">support</a></header>
|
||||
<hr>
|
||||
<h1>everypizza.im</h1>
|
||||
<h2>services</h2>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header><a href="index.html">home</a> | rules | <a href="sysinfo.html">system info</a></header>
|
||||
<header><a href="index.html">home</a> | rules | <a href="sysinfo.html">system info</a> | <a href="support.html">support</a></header>
|
||||
<hr>
|
||||
<h1>everypizza.im - rules</h1>
|
||||
<p>
|
||||
|
|
18
support.html
Normal file
18
support.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
Loading…
Add table
Reference in a new issue