why do I always overcomplicate things

This commit is contained in:
bronku 2025-02-06 15:14:31 +01:00
parent 9e2861ecba
commit 40fc76c7fc
3 changed files with 125 additions and 2 deletions

15
index.html Normal file
View file

@ -0,0 +1,15 @@
<header>
<h1>Kill me please</h1>
</header>
<nav>
<a href="form">New</a>
</nav>
<main>
<ul>
{{range .}}
<li id="order[{{.ID}}]">
{{.Name}} {{.Surname}}
</li>
{{end}}
</ul>
</main>