blob: 827a069479f52cb62974b46a086f1838fb02db05 [file] [log] [blame]
<!doctype html>
003-2
<script>
onload = function() {
parent.postMessage("003-2", "*")
setTimeout(function() {history.go(-1)})
}
onunload = function() {location = "003-3.html"}
</script>