added admin control panel for making posts, with basic authentication
This commit is contained in:
5
templates/forbidden.tmpl
Normal file
5
templates/forbidden.tmpl
Normal 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>
|
||||
Reference in New Issue
Block a user