authelia/internal/suites/example/compose/nginx/backend/html/mail/secret.html

13 lines
249 B
HTML
Raw Normal View History

<html>
2019-11-30 16:49:52 +00:00
<head>
<title>Secret</title>
<link rel="icon" href="/icon.png" type="image/png" />
</head>
<body id="secret">
This is a very important secret!<br />
Go back to <a href="https://home.example.com:8080/">home page</a>.
2019-11-30 16:49:52 +00:00
</body>
</html>