1
1
mirror of https://github.com/go-gitea/gitea synced 2024-10-02 09:14:05 +00:00
gitea/templates/status/401.tmpl
2014-04-10 14:20:58 -04:00

6 lines
133 B
Cheetah

{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container">
401 Unauthorized
</div>
{{template "base/footer" .}}