rDrama/files/templates/rules.html
beehivepositive a208cd54e9
rules update
2023-10-07 20:52:55 -05:00

22 lines
413 B
HTML

{% extends "default.html" %}
{% block title %}
<title>{{SITE_TITLE}} Rules</title>
{% endblock %}
{% block content %}
<pre>
</pre>
<div class="mx-4 mt-2 mb-6">
<h1 class="text-muted text-uppercase">Rules</h1>
<div id="sidebar" class="my-3">
<div id="toc_container">
<h1 id="Contents" class="toc_title">Don't be retarded :)</h1>
</div>
</div>
</div>
{% endblock %}