added admin control panel for making posts, with basic authentication

This commit is contained in:
rawleyIfowler
2022-03-02 10:59:56 -06:00
parent a03c75a3e2
commit 8bac0d8407
8 changed files with 109 additions and 22 deletions

5
templates/forbidden.tmpl Normal file
View File

@@ -0,0 +1,5 @@
{{ template "header.tmpl" . }}
<h2>403 You're not allowed here >:(</h2>
<p>Click <a href="/">here</a> to return home.</p>
</body>
</html>