blob: f8825b14f82c6de58b565314376ce15e4f788569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<html>
<head>
</head>
<body onload="document.getElementById('a').removeAttribute('style');setTimeout(function() {window.location.reload()}, 500);">
<div style="overflow: scroll; position: absolute; -moz-column-count: 2;">
<div style="position: absolute;">
<input id="a" style="position: absolute;" type="radio">
<object>
ع m ع m ع m ع m ع m ع m
<ul> ع m ع m ع m</ul>
</object>
</div>
</div>
</body>
</html>
|