aboutsummaryrefslogtreecommitdiff
path: root/web/templates/names.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/names.html')
-rw-r--r--web/templates/names.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/web/templates/names.html b/web/templates/names.html
deleted file mode 100644
index f41ddf2..0000000
--- a/web/templates/names.html
+++ /dev/null
@@ -1,20 +0,0 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <!-- Required meta tags -->
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7 <link href="/css/style.css" rel="stylesheet">
8 <title>All Names Overview</title>
9 </head>
10 <body>
11 <div class="names">
12 <!-- FIXME: Probably make this a table -->
13 <ul>
14 {{range $val := .}}
15 <li>{{$val.RecordName}}: {{(index $val.Records 0).Value}}</li>
16 {{end}}
17 </ul>
18 </div>
19 </body>
20</html>