aboutsummaryrefslogtreecommitdiff
path: root/views/i18n/about.html
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-17 22:30:49 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-06-17 22:31:25 +0100
commit015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30 (patch)
tree81cf315da47e263a79a892428240502cf0f7d079 /views/i18n/about.html
parentbf1a991d4337ebc15ed4e52176c8acf382ef0701 (diff)
downloadhonk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.tar.gz
honk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.zip
shorter patch names, updated README.md, new Makefile
Diffstat (limited to 'views/i18n/about.html')
-rw-r--r--views/i18n/about.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/views/i18n/about.html b/views/i18n/about.html
deleted file mode 100644
index 962e7c3..0000000
--- a/views/i18n/about.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ template "header.html" . }}
-<main>
-<div class="info">
-{{ .AboutMsg }}<br>
-<p>
-<table style="font-size:0.8em">
-<tbody>
-<tr><td>{{ .i18n.Version }}:<td style="text-align:right">{{ .HonkVersion }}
-<tr><td>{{ .i18n.Memory }}:<td style="text-align:right">{{ printf "%.02f" .Sensors.Memory }}MB
-<tr><td>{{ .i18n.Uptime }}:<td style="text-align:right">{{ printf "%.02f" .Sensors.Uptime }}s
-<tr><td>{{ .i18n.Cputime }}:<td style="text-align:right">{{ printf "%.02f" .Sensors.CPU }}s
-</table>
-<p>
-</div>
-</main>