Gitea-ui-customized : update template for v1.19.0

This commit is contained in:
minoplhy 2023-03-22 18:05:10 +07:00
parent 6efef97985
commit a8a4cad848
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF
2 changed files with 202 additions and 216 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +0,0 @@
{{template "base/head" .}}
<div class="page-content home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
</div>
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>{{.locale.Tr "startpage.app_desc"}}</h2>
</div>
</div>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}