Files
2025-06-01 11:43:10 +02:00

13 lines
326 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="origin">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">origin</a></h1>
<br>This should show host/domain only.
</body>
</html>