404.tmpl 417 B

123456789
  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://github.com/gogits/gogs/issues/new">GitHub</a>.</p>
  8. </div>
  9. {{template "base/footer" .}}