gitea_custom/templates/home.tmpl

18 lines
463 B
Cheetah
Raw Normal View History

2023-02-28 12:50:38 +01:00
{{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>Code everywhere!</h2>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}