why do I always overcomplicate things
This commit is contained in:
parent
9e2861ecba
commit
40fc76c7fc
3 changed files with 125 additions and 2 deletions
15
index.html
Normal file
15
index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue