mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
10 lines
190 B
HTML
10 lines
190 B
HTML
<!doctype html>
|
|
003-2
|
|
<script>
|
|
onload = function() {
|
|
parent.postMessage("004-2", "*")
|
|
setTimeout(function() {history.go(-1)})
|
|
}
|
|
onunload = function() {location = "004-3.html"}
|
|
</script>
|