all repos — honk @ ff67fc32e5ac9213e7ff1e7324be06f5642b5e69

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>