all repos — honk @ b4fc2757e9371abff06dcda24fa359fcf2ea1b29

my fork of honk

views/about.html (view raw)

 1{{ template "header.html" . }}
 2<main>
 3<div class="info">
 4{{ .AboutMsg }}
 5<p>
 6<table class="font08em">
 7<tbody>
 8<tr><td>version:<td class="text-right">{{ .HonkVersion }}
 9<tr><td>memory:<td class="text-right">{{ printf "%.02f" .Sensors.Memory }}MB
10<tr><td>uptime:<td class="text-right">{{ .Sensors.Uptime }}
11<tr><td>cputime:<td class="text-right">{{ printf "%.02f" .Sensors.CPU }}s
12</table>
13<p>
14</div>
15</main>