kore/examples/generic/assets/private.html

17 lines
380 B
HTML

<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" href="/css/style.css" type="text/css">
<title>Kore Authentication tests</title>
</head>
<body>
<div class="content">
<p style="font-size: small">The cookie session_id should now be set.</p>
<p style="font-size: small">You can continue to <a href="/private/test">view page handler in auth block</a></p>
</div>
</body>
</html>