1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-24 21:34:36 -04:00
gitea/templates/status/404.tmpl

10 lines
370 B
Cheetah
Raw Normal View History

{{template "base/head" .}}
{{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}}
<div class="ui container center">
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/404.png" alt="404"/></p>
<div class="ui divider"></div>
<br>
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
2014-03-23 01:12:55 -04:00
</div>
{{template "base/footer" .}}