private.html (380B)
1 <!DOCTYPE>
2 <html>
3 <head>
4 <link rel="stylesheet" href="/css/style.css" type="text/css">
5 <title>Kore Authentication tests</title>
6 </head>
7
8 <body>
9
10 <div class="content">
11 <p style="font-size: small">The cookie session_id should now be set.</p>
12 <p style="font-size: small">You can continue to <a href="/private/test">view page handler in auth block</a></p>
13 </div>
14
15 </body>
16 </html>