File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{{template "base/head" .}}
2
2
{{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}}
3
3
<div class="ui container center">
4
- <p style="margin-top: 100px"><img src="{{StaticUrlPrefix}}/img/404.png" alt="404"/></p>
4
+ <p style="margin-top: 100px"><img class="ui centered image" src="{{StaticUrlPrefix}}/img/404.png" alt="404"/></p>
5
5
<div class="ui divider"></div>
6
6
<br>
7
7
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
Original file line number Diff line number Diff line change 1
1
{{template "base/head" .}}
2
2
<div class="ui container center">
3
- <p style="margin-top: 100px"><img src="{{StaticUrlPrefix}}/img/500.png" alt="500"/></p>
3
+ <p style="margin-top: 100px"><img class="ui centered image" src="{{StaticUrlPrefix}}/img/500.png" alt="500"/></p>
4
4
<div class="ui divider"></div>
5
5
<br>
6
6
{{if .ErrorMsg}}<p>An error has occurred :</p>
You can’t perform that action at this time.
0 commit comments