2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="ui container center">
|
2014-09-20 00:11:34 +00:00
|
|
|
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/404.png" alt="404"/></p>
|
2015-08-29 16:45:56 +00:00
|
|
|
<div class="ui divider"></div>
|
2014-07-26 04:24:27 +00:00
|
|
|
<br>
|
2014-03-23 05:12:55 +00:00
|
|
|
<p>Application Version: {{AppVer}}</p>
|
2014-04-20 06:54:26 +00:00
|
|
|
<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-03-23 05:12:55 +00:00
|
|
|
</div>
|
2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/footer" .}}
|