Index page UI adjustment

This commit is contained in:
Magnus Åhall 2024-06-01 09:01:58 +02:00
parent c0238a2e5f
commit 9ceca8600f
3 changed files with 5 additions and 7 deletions

View file

@ -9,9 +9,9 @@
<h1>SMon</h1>
<h2>{{ .VERSION }}</h2>
<div class="graph">
<img src="/images/{{ .VERSION }}/graph.svg">
</div>
</div>
<div style="clear: both" class="graph">
<img src="/images/{{ .VERSION }}/graph.svg">
</div>
{{ end }}