infra/config/services/gitea/templates/home.tmpl

18 lines
644 B
Cheetah
Raw Normal View History

2024-03-03 00:24:08 +01:00
{{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" .}}