authelia/example/nginx/html/secret.html
2017-07-16 16:19:44 +02:00

11 lines
240 B
HTML

<html>
<head>
<title>Secret</title>
<link rel="icon" href="/icon.png" type="image/png" />
</head>
<body>
This is a very important secret!<br/>
Go back to <a href="https://home.test.local/">home page</a>.
</body>
</html>