Did some restyling

This commit is contained in:
Leon Mika 2025-03-29 21:54:14 +11:00
parent d1e212d5e0
commit 2411e64a53
13 changed files with 172 additions and 45 deletions

View file

@ -1,6 +1,10 @@
<h1>Thing</h1>
<h1>Sites</h1>
User = {{.user.Email}}
<ul>
{{range .sites}}
<li><a href="/sites/{{.ID}}/posts">{{ .Name }}</a></li>
{{end}}
</ul>
<form method="post" action="/sites">
<input type="submit" value="Create Site">