authelia/example/nginx/secret.html

10 lines
182 B
HTML
Raw Normal View History

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