1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 17:25:48 +00:00
gitea/templates/status/403.tmpl

5 lines
111 B
Cheetah
Raw Normal View History

{{template "base/head" .}}
<div class="ui container center">
2014-02-17 23:38:50 +00:00
403 Forbidden
</div>
{{template "base/footer" .}}