summaryrefslogtreecommitdiffstats
path: root/templates/status
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-05 15:17:57 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-05 15:17:57 +0800
commit493b0c5ac212a28f46938cf8dfb2efb79f658548 (patch)
tree073c9c244dff9a3efe33fb5e02fc71b62e44e327 /templates/status
parent75db79b4b6bcb8f61dd957c9bd21b32d4746f866 (diff)
downloadgitea-493b0c5ac212a28f46938cf8dfb2efb79f658548.tar.gz
gitea-493b0c5ac212a28f46938cf8dfb2efb79f658548.zip
add ssl support for web
Diffstat (limited to 'templates/status')
-rw-r--r--templates/status/401.tmpl6
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