mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
293 B
HTML
15 lines
293 B
HTML
<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>
|