22 lines
1.1 KiB
Cheetah
22 lines
1.1 KiB
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="110" height="110" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
{{AppName}}
|
|
</h1>
|
|
<h3>A Git server to host random projects</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ui middle page">
|
|
<p class="center">This instance can be considered stable, but breaking changes may happen sometimes with previous notice.</p>
|
|
<p class="center">
|
|
If you would like to be notified directly, <a href="mailto:sofi@sofiaritz.com">send me an e-mail</a> and I'll add you to the contact list.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|