404.tmpl 401 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 <a href="{{AppSubUrl}}/hp/gogs/issues/new">Here</a>.</p>
  9. </div>
  10. {{template "ng/base/footer" .}}