rules.html 304 B

12345678910111213
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <h1 class="title">Server Rules</h1>
  4. <div class="content">
  5. <ol>
  6. <li>Be respectful to other players.</li>
  7. <li>No griefing or stealing.</li>
  8. <li>No hacking or cheating.</li>
  9. <li>Have fun!</li>
  10. </ol>
  11. </div>
  12. {% endblock %}