forgejo_custom/templates/home.tmpl
2023-07-08 14:13:46 +02:00

15 lines
531 B
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home">
<div class="gt-mb-5 gt-px-5">
<div class="center">
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2> Hi, I just host my code here. Nya :3</h2>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}