funkcionira ama bez ruti vo browser

i bez statistika :)
This commit is contained in:
Vladan Popovic 2024-07-28 00:01:19 +02:00
parent 8e60aa62a7
commit 8fb042066c
19 changed files with 1503 additions and 0 deletions

15
templates/istorija.html Normal file
View file

@ -0,0 +1,15 @@
<div id="istorija-form">
<h1>Tajmlajn za den vo minatoto</h1>
<label for="start">Izberi den:</label>
<input type="date"
id="den"
name="den"
value="{{ date }}"
max="{{ today }}"
hx-get="/istorija"
hx-target="#main"
/>
</div>
<div id="timeline">
{% include 'timeline.html' %}
</div>