adding customs
This commit is contained in:
parent
aa1ca23652
commit
e135be191f
BIN
custom/public/assets/img/favicon.ico
Normal file
BIN
custom/public/assets/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
72
custom/public/assets/img/favicon.svg
Normal file
72
custom/public/assets/img/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 40 KiB |
72
custom/public/assets/img/logo.svg
Normal file
72
custom/public/assets/img/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 40 KiB |
1
custom/templates/header.tmpl
Normal file
1
custom/templates/header.tmpl
Normal file
@ -0,0 +1 @@
|
||||
<style>.tab-size-8 {tab-size:4 !important;-moz-tab-size:4 !important}</style>
|
29
custom/templates/home.tmpl
Normal file
29
custom/templates/home.tmpl
Normal file
@ -0,0 +1,29 @@
|
||||
{{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>
|
||||
<br><br><pre style="line-height: 1;">
|
||||
▄ ▄███▄ ▄▄▄▄▀
|
||||
█ █▀ ▀ ▀▀▀ █
|
||||
██ █ ██▄▄ █
|
||||
█ █ █ █▄ ▄▀ █
|
||||
█ █ █ ▀███▀ ▀
|
||||
█ ██
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Loading…
Reference in New Issue
Block a user