bench-forgejo/templates/status/404.tmpl

12 lines
541 B
Cheetah
Raw Normal View History

2014-07-26 09:54:27 +05:30
{{template "ng/base/head" .}}
{{template "ng/base/header" .}}
2014-09-06 02:58:09 +05:30
<div class="container text-center">
2014-09-20 05:41:34 +05:30
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/404.png" alt="404"/></p>
2014-03-23 13:50:47 +05:30
<hr/>
2014-07-26 09:54:27 +05:30
<br>
2014-03-23 10:42:55 +05:30
<p>Application Version: {{AppVer}}</p>
<p>If you think this is an error, please open an issue on <a href="https://github.com/gogits/gogs/issues/new">GitHub</a>.</p>
2014-09-06 02:58:09 +05:30
<!-- <p>We're currently working on 0.5 beta version, many pages may be missing at this time. Sorry for confusion!</p> -->
2014-03-23 10:42:55 +05:30
</div>
2014-07-26 09:54:27 +05:30
{{template "ng/base/footer" .}}