865a9890dd1b9cbffaa4353b8c5eb2e4342f0eff
[anoweco.git] / data / templates / index.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>{{title}}</title>
4   <link rel="authorization_endpoint" href="{{baseurl}}auth.php"/>
5   <link rel="token_endpoint" href="{{baseurl}}token.php"/>
6   <link rel="micropub" href="{{baseurl}}micropub.php"/>
7  </head>
8  <body>
9   <h1>{{title}}</h1>
10   <p>
11    Anonymous web comments for the indieweb.
12   </p>
13  </body>
14 </html>