14 lines
605 B
Cheetah
14 lines
605 B
Cheetah
|
{{template "base/head" .}}
|
||
|
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
|
||
|
<div class="tw-px-8" style="margin-top: 4rem;">
|
||
|
<div class="center">
|
||
|
<div class="hero tw-mb-8">
|
||
|
<h2 class="ui icon header title">Toki's personal code forge</h2>
|
||
|
<h3>Powered by <a href="https://forgejo.org/">Forgejo</a>, a painless, self-hosted Git service.</h3>
|
||
|
</div>
|
||
|
<img class="logo" width="80" height="80" src="{{AssetUrlPrefix}}/img/logo.svg" alt="Forgejo">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|