all repos — honk @ 784f93efdd9bbd18894a5a7f419818fcefc8ce48

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="textright">{{ .HonkVersion }}
 9<tr><td>memory:<td class="textright">{{ printf "%.02f" .Sensors.Memory }}MB
10<tr><td>uptime:<td class="textright">{{ printf "%.02f" .Sensors.Uptime }}s
11<tr><td>cputime:<td class="textright">{{ printf "%.02f" .Sensors.CPU }}s
12</table>
13<p>
14</div>
15</main>