Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<script>
onload = function() {
parent.postMessage("003-1", "*");
setTimeout(function() {location = "003-2.html";}, 100);
}
</script>
<!doctype html>
<script>
onload = function() {
parent.postMessage("003-1", "*");
setTimeout(function() {location = "003-2.html";}, 100);
}
</script>