mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
8 lines
224 B
HTML
8 lines
224 B
HTML
<!doctype html>
|
|
<script>
|
|
onload = function() {
|
|
parent.postMessage("004-1", "*");
|
|
setTimeout(function() {location = location.href.replace("http://", "http://www.").replace("004-1.html", "004-2.html");}, 100);
|
|
}
|
|
</script>
|