gitea-custom/templates/home.tmpl

17 lines
422 B
Cheetah
Raw Permalink Normal View History

2022-09-07 19:40:18 +00:00
{{template "base/head" .}}
<div class="page-content home">
2022-11-01 23:11:28 +00:00
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div class="hero">
<h1 class="ui icon header title">
The Rampins's code forge
</h1>
</div>
<div>
<img src="{{AssetUrlPrefix}}/rampins.jpg"/>
</div>
</div>
</div>
2022-09-07 19:40:18 +00:00
</div>
{{template "base/footer" .}}