authelia/example/nginx_conf/secret.html

10 lines
187 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:8080/">home page</a>.
</body>
</html>