Add admin routes
This commit is contained in:
14
web/admin.html
Normal file
14
web/admin.html
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
{{define "title"}}
|
||||
Admin
|
||||
{{end}}
|
||||
|
||||
{{template "base" .}}
|
||||
|
||||
{{define "main"}}
|
||||
<h1>Danger Zone</h1>
|
||||
<div class="budget-item">
|
||||
<button>Clear database</button>
|
||||
<p>This removes all data and starts from scratch. Not undoable!</p>
|
||||
</div>
|
||||
{{end}}
|
Reference in New Issue
Block a user