20 lines
764 B
HTML
20 lines
764 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<meta name="robots" content="noindex, nofollow">
|
||
|
|
<title>Not publicly available</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: system-ui, sans-serif; max-width: 36rem; margin: 15vh auto; padding: 0 1rem; color: #222; background: #fff; line-height: 1.5; }
|
||
|
|
@media (prefers-color-scheme: dark) { body { color: #ddd; background: #111; } }
|
||
|
|
h1 { font-size: 1.4rem; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Not publicly available</h1>
|
||
|
|
<p>This address belongs to an internal service that is not offered publicly.</p>
|
||
|
|
<p>There is nothing to sign in to here. If you were sent to this address, please contact the person who gave it to you.</p>
|
||
|
|
</body>
|
||
|
|
</html>
|