10 lines
182 B
HTML
10 lines
182 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Secret</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
This is a very important secret!<br/>
|
||
|
Go back to <a href="https://home.test.local/">home page</a>.
|
||
|
</body>
|
||
|
</html>
|