all repos — honk @ 41a07fd9627aa61e8b45ca94bc2a41ee75a5a09b

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>