smon/views/pages/index.gotmpl

13 lines
243 B
Go Template
Raw Normal View History

2024-04-29 08:36:13 +02:00
{{ 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 }}