2017-06-15 16:10:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Rules</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
<a href="./index.html">Main</a>
|
|
|
|
<a href="./sandbox.html">Sandbox</a>
|
|
|
|
<a href="./game.html">Game</a>
|
|
|
|
<a href="./rules.html">Rules</a>
|
|
|
|
<a href="./questions.html">Questions</a>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<h1>The Rules</h1>
|
|
|
|
<p>Every server has its rules, these are the laws of our land.</p>
|
|
|
|
|
|
|
|
<ol>
|
|
|
|
<li>Don't be a dick</li>
|
|
|
|
<li>Don't be a dick</li>
|
|
|
|
<li>Don't be a dick</li>
|
|
|
|
<li>Don't be a dick</li>
|
|
|
|
<li>Don't be a dick</li>
|
|
|
|
<li>Don't be a dick</li>
|
2017-06-15 16:11:49 +00:00
|
|
|
<li>Don't be a dick</li>
|
|
|
|
<li>Don't be a dick</li>
|
2017-06-15 16:10:05 +00:00
|
|
|
</ol>
|
|
|
|
</body>
|
|
|
|
</html>
|