diff options
Diffstat (limited to 'templates/status')
-rw-r--r-- | templates/status/401.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/status/401.tmpl b/templates/status/401.tmpl new file mode 100644 index 0000000000..98995381af --- /dev/null +++ b/templates/status/401.tmpl @@ -0,0 +1,6 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +<div class="container"> + 401 Unauthorized +</div> +{{template "base/footer" .}}
\ No newline at end of file |