1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 13:15:48 +00:00
gitea/templates/status/403.tmpl

6 lines
139 B
Cheetah
Raw Normal View History

2014-07-26 04:24:27 +00:00
{{template "ng/base/head" .}}
{{template "ng/base/header" .}}
2014-02-17 23:38:50 +00:00
<div class="container">
403 Forbidden
</div>
2014-07-26 04:24:27 +00:00
{{template "ng/base/footer" .}}