all repos — honk @ 3c9631fd37fb1cc0d0cb6a315746efb9c4e2ea4c

my fork of honk

views/about.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
{{ template "header.html" . }}
<main>
<div class="info">
{{ .AboutMsg }}
<p><small>version: {{ .HonkVersion }}
<br>memory: {{ printf "%.02f" .Sensors.Memory }}MB
<br>uptime: {{ printf "%.02f" .Sensors.Uptime }}s
<br>cputime: {{ printf "%.02f" .Sensors.CPU }}s
</small>
</div>
</main>