mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
17 lines
380 B
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>
|