first commit

This commit is contained in:
2021-11-02 11:25:21 +01:00
commit 0c861770a8
2162 changed files with 178285 additions and 0 deletions

View File

@ -0,0 +1 @@
{{.error}}

6
templates/home/home.tmpl Normal file
View File

@ -0,0 +1,6 @@
<center>
<h1 class="mt-5" style="font-size:60px">{{.conf.AppName}}</h1>
<p>{{.conf.AppSubname}}</p>
<img id="logo" src="{{.conf.AppWeburl}}/uploads/logo/{{.conf.AppLogolight}}" width="250px">
</center>