<!DOCTYPE html>
<html>
  <head>
    <title>Welcome to the demo</title>
    <link rel='stylesheet' href='/stylesheets/style.css' />
  </head>
  <body>
    <h1>Server authentication demo</h1>
    <p>Welcome to the server side authentication demo for the Platform.</p>
    <a href="<%=authUrl%>">Click this link to start the authentication process</a>
  </body>
</html>
