This repository has been archived on 2021-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-custom/templates/home.tmpl
2021-02-13 18:31:12 +02:00

16 lines
No EOL
433 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="{{StaticUrlPrefix}}/img/logo.svg"/>
</div>
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}