404.tmpl 267 B

12345678
  1. {{template "base/head" .}}
  2. {{template "base/navbar" .}}
  3. <div id="gogs-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. </div>
  8. {{template "base/footer" .}}