7 lines
181 B
HTML
7 lines
181 B
HTML
<html><head></head>
|
|
<body onunload="window.frameElement.parentNode.removeChild(window.frameElement)" tabindex="1">
|
|
<script>
|
|
document.body.focus();
|
|
</script>
|
|
</body>
|
|
</html>
|