add rules
This commit is contained in:
parent
b6fa50ac68
commit
b07baf1c0f
2 changed files with 18 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
<title>Every pizza instant messenger!</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>home | <a href="rules.html">rules</a></header>
|
||||
<hr>
|
||||
<h1>everypizza.im</h1>
|
||||
<h2>services</h2>
|
||||
<p>
|
||||
|
@ -15,7 +17,7 @@
|
|||
</ul>
|
||||
<h5>No account needed</h5>
|
||||
<ul>
|
||||
<li>Element (Matrix client) - <a href="element.everypizza.im">element.everypizza.im</a></li>
|
||||
<li>Element (Matrix client) - <a href="https://lement.everypizza.im/">element.everypizza.im</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
|
|
15
rules.html
Normal file
15
rules.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>Every pizza instant messenger! (rules)</title>
|
||||
</head>
|
||||
<body>
|
||||
<header><a href="index.html">home</a> | rules</header>
|
||||
<hr>
|
||||
<h1>everypizza.im - rules</h1>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Don't get the admin in trouble. (i.e. follow US and Texas laws.)</li>
|
||||
<li>Try to be kind to each other.</li>
|
||||
<li>Don't try to break the server.</li>
|
||||
</body>
|
Loading…
Add table
Reference in a new issue