27 lines
995 B
HTML
27 lines
995 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Mayaspace Rules</title>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<meta charset="utf-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>RULES FOR THIS INSTANCE</h1>
|
||
|
<div id="rules">
|
||
|
<p>1. No being a jerk.</p>
|
||
|
<p>2. Don't hack the website.</p>
|
||
|
<p>3. No spamming.</p>
|
||
|
<p>4. No posting content that's illegal in the state of Texas.</p>
|
||
|
<p>5. No posting content that's <i>majorly</i> offensive. (NSFL [Not Safe For Life], etc.)</p>
|
||
|
<p>6. No posting <b>severly graphic content.</b>
|
||
|
<p>7. No posting copyrighted content. (Basically, no piracy)</p>
|
||
|
<p>8. No posting links to copyrighted content. (Again, no piracy)</p>
|
||
|
<p>9. The rules may change at any time.</p>
|
||
|
</div>
|
||
|
<br>
|
||
|
<a href="index.html">Back to main page</a>
|
||
|
<hr>
|
||
|
<p>Copyright Samuel Lord. Licensed under the <a target="_blank" href="https://github.com/nodemixaholic/mayaspace/blob/master/LICENSE">MIT license.</a></p>
|
||
|
</body>
|
||
|
</html>
|