all repos — honk @ b602d33e4b4c03dc9a1a172ec4a850152d4bc11b

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">{{ printf "%.02f" .Sensors.Uptime }}s
11<tr><td>cputime:<td class="text-right">{{ printf "%.02f" .Sensors.CPU }}s
12</table>
13<p>
14</div>
15</main>