mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
12 lines
237 B
HTML
Executable File
12 lines
237 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Page</title>
|
|
<meta name="referrer" content="unsafe-url">
|
|
</head>
|
|
<body>
|
|
<h1><a href="https://echo.vivaldi.com">unsafe-url</a></h1>
|
|
<br>This should show full URL.
|
|
</body>
|
|
</html>
|