mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
12 lines
306 B
HTML
12 lines
306 B
HTML
<html>
|
|
<head>
|
|
<title>Document Location</title>
|
|
<link rel="stylesheet" type="text/css" href="tst.css">
|
|
</head>
|
|
<body>
|
|
<h1>Document Location</h1>
|
|
<noscript><p>Javascript is disabled</p></noscript>
|
|
<p><b>document.location.href:</b> <script>document.write(document.location.href);</script></p>
|
|
</body>
|
|
</html>
|