civ/rules.html

32 lines
771 B
HTML
Raw Normal View History

2017-06-15 16:10:05 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Rules</title>
<link rel="stylesheet" href="resources/global/style.css">
2017-06-15 16:10:05 +00:00
</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>
<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>