Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-25 03:06:10 +01:00
forgejo/templates/status/403.tmpl

5 lines
111 B
Cheetah
Raw Normal View History

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