smon/views/pages/index.gotmpl

14 lines
352 B
Go Template
Raw Permalink Normal View History

2024-04-29 08:36:13 +02:00
{{ define "page" }}
2024-06-25 08:59:07 +02:00
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/{{ .CONFIG.THEME }}/index.css">
2024-04-29 08:36:13 +02:00
<div style="float: left;">
2024-06-25 09:49:09 +02:00
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/logo.svg" style="width: 64px; margin-right: 32px;">
2024-04-29 08:36:13 +02:00
</div>
<div style="float: left;">
<h1>SMon</h1>
<h2>{{ .VERSION }}</h2>
2024-05-28 12:03:28 +02:00
2024-04-29 08:36:13 +02:00
</div>
{{ end }}