404.tmpl 415 B

12345678910
  1. {{template "base/head" .}}
  2. <div class="ui container center">
  3. <p style="margin-top: 100px"><img src="{{AppSubURL}}/img/404.png" alt="404"/></p>
  4. <div class="ui divider"></div>
  5. <br>
  6. {{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
  7. <p>If you think this is an error, please open an issue on <a href="https://notabug.org/hp/gogs/issues/new">NotABug</a>.</p>
  8. </div>
  9. {{template "base/footer" .}}