12 lines
226 B
HTML
12 lines
226 B
HTML
<html style="direction: rtl;">
|
|
<body onload="document.getElementById('i').style.fontSize = '10em';">
|
|
|
|
<div style="column-width: 60px;">
|
|
a
|
|
<div style="overflow: clip; white-space: pre;" id="i">
|
|
b
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|