Verify that the authorization header has 2 parts
[anoweco.git] / data / templates / user.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <meta charset="utf-8"/>
4   <title>Profile of {{name}}</title>
5   <link rel="authorization_endpoint" href="{{baseurl}}auth.php"/>
6   <link rel="token_endpoint" href="{{baseurl}}token.php"/>
7   <link rel="micropub" href="{{baseurl}}micropub.php"/>
8   <link rel="stylesheet" type="text/css" href="/css/user.css"/>
9  </head>
10  <body class="h-card">
11   <h1 class="p-name">{{name}}</h1>
12   <div id="img">
13    <img class="u-photo" src="{{imageurl}}" alt="" height="100" width="100"/>
14   </div>
15  </body>
16 </html>