bench-forgejo/templates/status/404.tmpl

9 lines
390 B
Cheetah
Raw Normal View History

2014-03-23 10:42:55 +05:30
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 16:14:37 +05:30
<div id="body" class="container text-center">
2014-03-23 13:50:47 +05:30
<p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p>
<hr/>
2014-03-23 10:42:55 +05:30
<p>Application Version: {{AppVer}}</p>
2014-03-23 18:10:40 +05:30
<p>If you think it is an error, please open an issue on <a href="https://github.com/gogits/gogs/issues/new">GitHub</a>.</p>
2014-03-23 10:42:55 +05:30
</div>
{{template "base/footer" .}}