30 lines
663 B
HTML
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>
|