aboutsummaryrefslogtreecommitdiff
path: root/_www/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '_www/index.tmpl')
-rw-r--r--_www/index.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/_www/index.tmpl b/_www/index.tmpl
new file mode 100644
index 0000000..250843d
--- /dev/null
+++ b/_www/index.tmpl
@@ -0,0 +1,15 @@
+<!doctype html>
+<html lang="en-GB">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width" />
+ <title>{{.Title}}</title>
+ </head>
+ <body>
+ {{range .Services}}
+ <div>
+ <div>{{.Name}}</div>
+ </div>
+ {{end}}
+ </body>
+</html>