404.tmpl 541 B

1234567891011
  1. {{template "ng/base/head" .}}
  2. {{template "ng/base/header" .}}
  3. <div class="container text-center">
  4. <p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/404.png" alt="404"/></p>
  5. <hr/>
  6. <br>
  7. <p>Application Version: {{AppVer}}</p>
  8. <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>
  9. <!-- <p>We're currently working on 0.5 beta version, many pages may be missing at this time. Sorry for confusion!</p> -->
  10. </div>
  11. {{template "ng/base/footer" .}}