19 lines
559 B
Cheetah
19 lines
559 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">
|
|
{{AppName}}
|
|
</h1>
|
|
<h2>I need a haiku<br>the hard part is writing one<br>is that enough now?</h2>
|
|
<p>Let us all love Lain.<br>Bless her name forever more:<br>Iwakura Lain</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|