mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
16 lines
353 B
HTML
16 lines
353 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">If you see this, the authentication worked. This page should redirect back to /private once you remove your session_id cookie.</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|