summaryrefslogtreecommitdiff
path: root/index.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.in')
-rw-r--r--index.html.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html.in b/index.html.in
index ee76fdb..3d813ad 100644
--- a/index.html.in
+++ b/index.html.in
@@ -3,4 +3,8 @@
<meta charset="utf-8">
<title>rudone</title>
<h1>rudone &mdash; <span style="color: green">OK</span></h1>
-<p>{{.}} entries
+<table>
+{{range .Stats}}
+<tr><th>{{.Title}}<td>{{.Amount}} visits
+{{end}}
+</table>