c3d894687a3180b0d21c52a1f97b913a218aa579
[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   <link rel="stylesheet" type="text/css" href="css/index.css"/>
8  </head>
9  <body>
10   <h1>{{title}}</h1>
11   <p>
12    Anonymous web comments for the indieweb.
13   </p>
14
15
16   <h2>IndieAuth endpoint</h2>
17   <p>
18    This is an anonymous authentication and authorization
19    endpoint for the IndieAuth protocol.
20   </p>
21   <p>
22    When asked about your website on an IndieAuth login screen,
23    simply type:
24   </p>
25   <pre>{{baseurl}}</pre>
26  </body>
27 </html>