summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--assets/tmpl/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/tmpl/index.html b/assets/tmpl/index.html
new file mode 100644
index 0000000..fdd91ca
--- /dev/null
+++ b/assets/tmpl/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/1/DTD/1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <link rel="stylesheet" type="text/css" href="/css">
+  <title>{{.Title}} - twtxt Registry</title>
+</head>
+<body>
+  <div id="container">
+  </div>
+</body>
+</html>