10 lines
334 B
HTML
10 lines
334 B
HTML
<html>
|
|
<head>
|
|
<title>Home page</title>
|
|
</head>
|
|
<body>
|
|
You need to <a href="/auth/login?redirect=http://localhost:8085/">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=http://localhost:8085/">link</a>.
|
|
</body>
|
|
</html>
|