mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
318 B
HTML
19 lines
318 B
HTML
|
<html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;">
|
||
|
<head>
|
||
|
<script>
|
||
|
|
||
|
function boom()
|
||
|
{
|
||
|
document.body.appendChild(document.getElementById("v").firstChild);
|
||
|
}
|
||
|
|
||
|
</script>
|
||
|
</head>
|
||
|
|
||
|
<body onload="boom();" style="white-space: pre; -moz-column-count: -1;"><div id="v"><span>
|
||
|
</span>
|
||
|
|
||
|
</div></body>
|
||
|
|
||
|
</html>
|