1
0
mirror of https://github.com/minoplhy/scriptbox.git synced 2025-04-09 02:07:59 +00:00

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
Gitea-ui-customized/templates

File diff suppressed because it is too large Load Diff

@ -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" .}}