forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/wpdco.html

17 lines
360 B
HTML

{% extends "default.html" %}
{% block title %}
<title>cute cat pictures or something idk</title>
{% endblock %}
{% block pagetype %}sadface{% endblock %}
{% block content %}
<div class="center">
<div class="col-10 col-md-5">
<div class="text-center px-3 my-8">
hi fish i need some txt thx
</div>
</div>
</div>
{% endblock %}