all repos — honk @ 13e2becd282d2dd8f52d499348bd3ccb1e9dece6

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