infra/config/services/gitea/customizations/templates/home.tmpl
2024-03-09 01:37:57 +00:00

17 lines
644 B
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" 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" alt="{{.locale.Tr "logo"}}"/>
</div>
<div class="hero">
<h1 class="ui icon header title">winston's gitea</h1>
<h2>
<a href="/winston">You're probably looking for this page.</a>
</h2>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}