You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

404.tmpl 393B

123456789
  1. {{template "base/head" .}}
  2. {{template "base/navbar" .}}
  3. <div id="body" class="container text-center">
  4. <p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p>
  5. <hr/>
  6. <p>Application Version: {{AppVer}}</p>
  7. <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>
  8. </div>
  9. {{template "base/footer" .}}