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