authelia/example/nginx/html/dev.test.local/users/bob/secret.html

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