12 lines
337 B
HTML
12 lines
337 B
HTML
<html>
|
|
<head>
|
|
<title></title>
|
|
<script>
|
|
</script>
|
|
<style>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe srcdoc="<script>var c = 0; document.addEventListener('readystatechange', function(e) { if(document.readyState = 'complete') { if (++c == 2) { window.frameElement.remove(); } } });</script>"></iframe>
|
|
</body>
|
|
</html>
|