honk/views/about.html

12 lines
284 B
HTML
Raw Normal View History

2019-06-08 21:31:00 +02:00
{{ template "header.html" . }}
<main>
<div class="info">
{{ .AboutMsg }}
2019-11-09 01:11:37 +01:00
<p><small>version: {{ .HonkVersion }}
<br>memory: {{ printf "%.02f" .Sensors.Memory }}MB
<br>uptime: {{ printf "%.02f" .Sensors.Uptime }}s
<br>cputime: {{ printf "%.02f" .Sensors.CPU }}s
</small>
2019-06-08 21:31:00 +02:00
</div>
</main>