the shrimplest admin api you've ever seen
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
1cbcece3d2
commit
c5a2491627
5 changed files with 266 additions and 12 deletions
20
views/admin.html
Normal file
20
views/admin.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
{{define "head"}}
|
||||
<title>admin - ari melody 💫</title>
|
||||
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
|
||||
|
||||
<link rel="stylesheet" href="/style/admin.css">
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<main>
|
||||
<script type="module" src="/script/admin.js" defer></script>
|
||||
|
||||
<h1>
|
||||
# admin panel
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
bappity boopity
|
||||
</p>
|
||||
</main>
|
||||
{{end}}
|
Loading…
Add table
Add a link
Reference in a new issue