all repos — honk @ 69b127209089ee044dfacea6bad70b41c6427de3

my fork of honk

views/about.html (view raw)

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