Browse Source

feat: improve

master
colorfulberry 4 years ago
parent
commit
8119d90319
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/status/404.tmpl

+ 1
- 1
templates/status/404.tmpl View File

@@ -2,7 +2,7 @@
{{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}} {{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}}
<div class="ui container center" style="background:url({{StaticUrlPrefix}}/img/404.png) no-repeat center center fixed;margin-bottom:-80px;height: 100%;width:100%;overflow: hidden;background-size: cover;"> <div class="ui container center" style="background:url({{StaticUrlPrefix}}/img/404.png) no-repeat center center fixed;margin-bottom:-80px;height: 100%;width:100%;overflow: hidden;background-size: cover;">
<div style="height:100%;color:white"> <div style="height:100%;color:white">
<div style="padding-bottom: 80px">
<div style="padding-top: 50vh">
<div class="ui divider"></div> <div class="ui divider"></div>
<br> <br>
<p>{{.i18n.Tr "error404" | Safe}} <p>{{.i18n.Tr "error404" | Safe}}


Loading…
Cancel
Save