nixos-config/services/gitea/templates/home.tmpl

18 lines
490 B
Cheetah
Raw Permalink Normal View History

2021-04-09 16:53:05 +02: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>
2021-08-26 13:58:10 +02:00
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
2021-04-09 16:53:05 +02:00
</div>
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>alarsyo's personal projects are hosted here</h2>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}