Initial commit
This commit is contained in:
commit
89f483171a
43 changed files with 2245 additions and 0 deletions
12
views/pages/index.gotmpl
Normal file
12
views/pages/index.gotmpl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{ define "page" }}
|
||||
|
||||
<div style="float: left;">
|
||||
<img src="/images/{{ .VERSION }}/logo_selected.svg" style="width: 64px; margin-right: 32px;">
|
||||
</div>
|
||||
|
||||
<div style="float: left;">
|
||||
<h1>SMon</h1>
|
||||
<h2>{{ .VERSION }}</h2>
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue