forgejo/templates/status/404.tmpl

8 lines
267 B
Cheetah
Raw Normal View History

2014-03-23 05:12:55 +00:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-23 08:20:47 +00:00
<div id="gogs-body" class="container text-center">
<p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p>
<hr/>
2014-03-23 05:12:55 +00:00
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}