blob: a037c2997576b26bf464c9d6f25935bf63f5caa0 [file] [log] [blame]
<!DOCTYPE html>
<script>
window.addEventListener('unload', () => {
window.top.document.body.appendChild(document.createElement('iframe'));
});
</script>