10 lines
292 B
HTML
10 lines
292 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Home page</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
You need to <a href="/auth/login?redirect=/">log in</a> to access the <a href="/secret.html">secret</a>!<br/><br/>
|
||
|
You can also log off by visiting the following <a href="/auth/logout?redirect=/">link</a>.
|
||
|
</body>
|
||
|
</html>
|