about summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-13 17:21:05 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-13 17:22:32 -0400
commit61d34d492a6baab8e2aa420c1b1d0a562624b7d1 (patch)
tree9f1a0c390749bb7a4fdda7fa0f157f8cd407865a /assets
parentd6fbc25111a9a76b40f19b2481428a9170c706b0 (diff)
downloadgetwtxt-61d34d492a6baab8e2aa420c1b1d0a562624b7d1.tar.gz
skeleton template for index
Diffstat (limited to 'assets')
-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>