add rules

This commit is contained in:
nyx 2025-01-26 00:02:50 -06:00
parent b6fa50ac68
commit b07baf1c0f
2 changed files with 18 additions and 1 deletions

View file

@ -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
View 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>