everypizza.im/site/rules.html
2025-02-10 18:54:57 -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>