chore: remove DB and binary from repo, add .gitignore to exclude artifacts

This commit is contained in:
2026-02-20 15:28:41 -05:00
parent 5d34942588
commit 63cb2b7b1c
25 changed files with 4376 additions and 421 deletions

13
app/templates/error.html Normal file
View File

@@ -0,0 +1,13 @@
{{template "base.html" .}}
{{define "nav"}}
<a href="/">Home</a>
{{end}}
{{define "content"}}
<div class="hero">
<h1>{{.Code}}</h1>
<p>{{.Message}}</p>
<a class="btn btn-outline" href="/">Go Home</a>
</div>
{{end}}