authelia/example/nginx/html/public.test.local/secret.html

11 lines
245 B
HTML
Raw Normal View History

<html>
<head>
<title>Secret</title>
2017-07-16 14:19:44 +00:00
<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>