all repos — honk @ 5e9f44428134a03d1e5d1c55ddc7f9adefa5e7a1

my fork of honk

views/about.html (view raw)

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