2014-07-26 06:24:27 +02:00
|
|
|
{{template "ng/base/head" .}}
|
|
|
|
{{template "ng/base/header" .}}
|
2014-09-05 23:28:09 +02:00
|
|
|
<div class="container text-center">
|
2014-09-20 02:11:34 +02:00
|
|
|
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/404.png" alt="404"/></p>
|
2014-03-23 09:20:47 +01:00
|
|
|
<hr/>
|
2014-07-26 06:24:27 +02:00
|
|
|
<br>
|
2014-03-23 06:12:55 +01:00
|
|
|
<p>Application Version: {{AppVer}}</p>
|
2014-04-20 08:54:26 +02: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-09-05 23:28:09 +02:00
|
|
|
<!-- <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 06:12:55 +01:00
|
|
|
</div>
|
2014-07-26 06:24:27 +02:00
|
|
|
{{template "ng/base/footer" .}}
|