Incus-Gitea/custom/templates/home.tmpl
imnotacoder-eeeee c4c9a2b44a cleaned home
2024-08-01 21:14:40 -04:00

18 lines
536 B
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home" style="height: 80vh; display: flex; align-items: center; justify-content: center;">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<pre style="line-height: 1;">
issa
</pre>
<br>
<br><br><pre style="line-height: 1;">
git
</pre>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}