mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
change css name style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{template "base/head" .}}
|
||||
{{template "base/navbar" .}}
|
||||
<div id="gogs-body" class="container">
|
||||
<div id="body" class="container">
|
||||
<p>An error is occurred : {{.ErrorMsg}}</p>
|
||||
<p>Application Version: {{AppVer}}</p>
|
||||
</div>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{{template "base/head" .}}
|
||||
{{template "base/navbar" .}}
|
||||
<div id="gogs-body" class="container text-center">
|
||||
<div id="body" class="container text-center">
|
||||
<p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p>
|
||||
<hr/>
|
||||
<p>Application Version: {{AppVer}}</p>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{{template "base/head" .}}
|
||||
{{template "base/navbar" .}}
|
||||
<div id="gogs-body" class="container text-center">
|
||||
<div id="body" class="container text-center">
|
||||
<p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
|
||||
<hr/>
|
||||
<p>An error is occurred : {{.ErrorMsg}}</p>
|
||||
|
Reference in New Issue
Block a user