blob: db8fbc73c94910a40c0d577580252e1a44f78f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<style type="text/css">
html { overflow: hidden; }
</style>
</head>
<body onload="setTimeout(function(){document.write('<body onload="parent.document.documentElement.removeAttribute(\'class\');">2</body>'); document.close();}, 0);">
1
</body>
</html>
|