mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
11 lines
150 B
HTML
11 lines
150 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<script>
|
|
location.href="document-navigated.html";
|
|
</script>
|
|
</body>
|
|
</html>
|