Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
003-2
<script>
onload = function() {
parent.postMessage("004-2", "*")
setTimeout(function() {history.go(-1)})
}
onunload = function() {location = "004-3.html"}
</script>