everypizza.im-2/site/rules.html
Nyx 4b92d6ae07 actually make the new site
wait why was this in a seperate repo
2025-02-10 18:50:36 -06:00

30 lines
663 B
HTML

<!DOCTYPE html>
<head>
<title>everypizza.im</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="content">
<a class="link link-large" href="index.html">← Back to homepage</a>
<h2>
Rules
</h2>
<hr>
<ol>
<li>
Assume good intent in others' actions.
</li>
<li>
Do not use unnecessary resources.
</li>
<li>
Be kind to other users.
</li>
<li>
Follow United States and Texas law.
</li>
</ol>
</div>
</body>