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