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

This commit is contained in:
Simple_Not
2023-07-03 23:06:03 +10:00
parent 0c24f0064c
commit 589acaeab4
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
{% block content %}
<div class="host-id">Вас закинуло сюда: {{host_id}}</div>
<div class="content">
Dobro pozhalovat. AGAIN.
@@ -10,6 +9,7 @@
<ul>
{% for board in boards %}
<div class="host-id">Вас закинуло сюда: {{host_id}}</div>
<li><a href="{{board}}">/{{board}}</a></li>
{% endfor %}
</ul>