Graph for front page

This commit is contained in:
Magnus Åhall 2024-05-28 12:03:28 +02:00
parent c82c770246
commit 0a7130f315
5 changed files with 199 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{{ define "page" }}
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/index.css">
<div style="float: left;">
<img src="/images/{{ .VERSION }}/logo_selected.svg" style="width: 64px; margin-right: 32px;">
@ -7,6 +8,10 @@
<div style="float: left;">
<h1>SMon</h1>
<h2>{{ .VERSION }}</h2>
<div class="graph">
<img src="/images/{{ .VERSION }}/graph.svg">
</div>
</div>
{{ end }}