2
0
lain.church-fe/gitea/templates/home.tmpl

18 Zeilen
478 B
Cheetah

2019-02-01 23:42:07 -05:00
{{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">
{{AppName}}
</h1>
2019-03-07 06:16:37 -05:00
<h2>Let us all love Lain.<br>Bless her name forever more:<br>Iwakura Lain</h2>
2019-02-01 23:42:07 -05:00
</div>
</div>
</div>
</div>
{{template "base/footer" .}}