This commit is contained in:
CherryKitten 2023-07-08 14:13:46 +02:00
commit 9b9356d8a6
Signed by: sammy
GPG key ID: 0B696A86A853E955
2 changed files with 15 additions and 0 deletions

0
.gitignore vendored Normal file
View file

15
templates/home.tmpl Normal file
View file

@ -0,0 +1,15 @@
{{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" .}}