spacecruft-gitea/custom/templates/home.tmpl

18 lines
491 B
Cheetah

{{template "base/head" .}}
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<!-- <img class="logo" src="{{AppSubUrl}}/img/gitea-lg.png" /> -->
</div>
<div class="hero">
<h1 class="ui icon header title">
<A HREF="{{AppSubUrl}}/explore/repos">{{AppName}}</A>
</h1>
<!-- <h2>{{.i18n.Tr "app_desc"}}</h2> -->
</div>
</div>
</div>
</div>
{{template "base/footer" .}}