Rules (page)

This commit is contained in:
red sus lol! haha, he sussy as shit! 2021-04-20 15:17:32 +00:00
parent 2f91f4f88b
commit 2fd43321be
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{% extends 'base.html' %}
{% block content %}
<div class="container" style="text-align:center;">
<div class="about">
<h1>Rules</h1>
<p>Please, don't break any of these. I won't accept your memes if you break any of these rules.</p>
<ol>
<li>no super low effort memes (ex. putting a wow logo on a picture and that's it) but memes where you add something to the wow logo or around is fine</li>
<li>no nsfl and nsfw</li>
<li>it has to do somethign with crypto</li>
</ol>
</div>
</div>
{% endblock %}