golgi/modules/gitea/template-home.tmpl

18 lines
622 B
Cheetah

{{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/tree-gitea-themed.svg"/>
</div>
<div class="hero">
<h1 class="ui icon header title">
The personal forge of <a href="/tec" style="color: var(--color-primary);">TEC</a>
</h1>
<h2>Thanks to Gitea, a painless, self-hosted Git service.</h2>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}