mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 11:42:56 +03:00
14 lines
235 B
HTML
14 lines
235 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>location interface href</title>
|
||
|
<link rel="stylesheet" type="text/css" href="tst.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>location interface href</h1>
|
||
|
|
||
|
<script>
|
||
|
location.href = "location-enumerate.html";
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|