customadds

This commit is contained in:
imnotacoder-eeeee 2024-08-01 20:17:59 -04:00
parent c454bfe214
commit 2645dc3cea
3 changed files with 17 additions and 0 deletions

1
custom/header.tmpl Normal file
View File

@ -0,0 +1 @@
<style>.tab-size-8 {tab-size:4 !important;-moz-tab-size:4 !important}</style>

BIN
custom/hellyea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

16
custom/home.tmpl Normal file
View File

@ -0,0 +1,16 @@
{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home" style="height: 80vh; display: flex; align-items: center; justify-content: center;">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<pre style="line-height: 1;">
</pre>
<br>
<img class="logo" width="280" src="public/assets/img/hellyea.png"/>
<br><br><pre style="line-height: 1;">
</pre>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}