You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

500.tmpl 754 B

12345678910111213141516
  1. {{template "base/head" .}}
  2. {{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}}
  3. <div class="ui container center" style="background:url({{StaticUrlPrefix}}/img/500.png) no-repeat center center fixed;margin-bottom:-80px;height: 100%;width:100%;overflow: hidden;background-size: cover;margin:0!important">
  4. <div style="height:100%;color:white">
  5. <h1 style="padding-top: 100px;font-size: 180px;color: white;text-align: center;text-shadow: 1px 20px 2px #666;
  6. letter-spacing: 20px;">
  7. 500
  8. </h1>
  9. <div style="padding-bottom: 80px">
  10. <div class="ui divider"></div>
  11. <br>
  12. <p>{{.i18n.Tr "error404" | Safe}}
  13. {{if .ShowFooterVersion}}<p>{{.i18n.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
  14. </div>
  15. </div>
  16. </div>