mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
15 lines
461 B
HTML
Executable File
15 lines
461 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Page</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<meta name="referrer" content="origin">
|
|
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
|
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
|
|
</head>
|
|
<body>
|
|
<h1><a href="https://whatsmyreferer.com">origin</a></h1>
|
|
<br>This should show host/domain only.
|
|
</body>
|
|
</html>
|