Here goes something

This commit is contained in:
Juno Takano 2025-09-03 22:19:25 -03:00
commit dab293cdd5
6 changed files with 59 additions and 0 deletions

12
templates/index.html Normal file
View file

@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
Incandescência
</h1>
<nav>
<ul>
<li><a href="/poesia">Poesia</a></li>
</ul>
</nav>
{% endblock content %}