dynamic index page, title
[anoweco.git] / data / templates / index.htm
diff --git a/data/templates/index.htm b/data/templates/index.htm
new file mode 100644 (file)
index 0000000..865a989
--- /dev/null
@@ -0,0 +1,14 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+  <title>{{title}}</title>
+  <link rel="authorization_endpoint" href="{{baseurl}}auth.php"/>
+  <link rel="token_endpoint" href="{{baseurl}}token.php"/>
+  <link rel="micropub" href="{{baseurl}}micropub.php"/>
+ </head>
+ <body>
+  <h1>{{title}}</h1>
+  <p>
+   Anonymous web comments for the indieweb.
+  </p>
+ </body>
+</html>