some structure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-07-03 22:41:49 +10:00
parent 7a08de831a
commit d4be063d00
2 changed files with 13 additions and 0 deletions

9
templates/main-page.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div class="content">
sup
</div>
{% endblock content %}