mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
Rules (page)
This commit is contained in:
parent
2f91f4f88b
commit
2fd43321be
1 changed files with 17 additions and 0 deletions
17
suchwow/templates/rules.html
Normal file
17
suchwow/templates/rules.html
Normal 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 %}
|
Loading…
Reference in a new issue