all repos — honk @ c5b5f2fb2590219f8bcd1d76526d614d5c9e8142

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>