suchwow/suchwow/templates/about.html

14 lines
320 B
HTML
Raw Normal View History

{% extends 'base.html' %}
{% block content %}
<div class="container" style="text-align:center;">
2021-04-30 03:27:21 +01:00
<div class="about content">
<h1>About</h1>
2020-08-16 10:26:55 +01:00
<p>Post memes! Have fun! Comment and talk shit! Earn WOW!</p>
2021-04-30 03:27:21 +01:00
<p>Quit your day job and become a full-time shitposter and memer!</p>
</div>
</div>
{% endblock %}