2024-04-29 08:36:13 +02:00
|
|
|
{{ define "page" }}
|
2024-05-28 12:03:28 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/index.css">
|
2024-04-29 08:36:13 +02:00
|
|
|
|
|
|
|
<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>
|
2024-05-28 12:03:28 +02:00
|
|
|
|
2024-04-29 08:36:13 +02:00
|
|
|
</div>
|
|
|
|
|
2024-06-01 09:01:58 +02:00
|
|
|
<div style="clear: both" class="graph">
|
|
|
|
<img src="/images/{{ .VERSION }}/graph.svg">
|
|
|
|
</div>
|
2024-04-29 08:36:13 +02:00
|
|
|
{{ end }}
|