authelia/example/nginx/backend/html/single_factor/secret.html

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