mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
13 lines
340 B
HTML
Executable File
13 lines
340 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Page</title>
|
|
<meta name="referrer" content="strict-origin">
|
|
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
|
|
</head>
|
|
<body>
|
|
<h1><a href="https://echo.vivaldi.com">strict-origin</a></h1>
|
|
<br>This should show host/domain only.
|
|
</body>
|
|
</html>
|