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.

9 lines
325 B

  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/500.png" alt="404"/></p>
  5. <hr/>
  6. <p>An error is occurred : {{.ErrorMsg}}</p>
  7. <hr/>
  8. <p>Application Version: {{AppVer}}</p>
  9. </div>
  10. {{template "base/footer" .}}