mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
34 lines
421 B
HTML
34 lines
421 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
body {
|
|
white-space: pre;
|
|
word-spacing: 511pc;
|
|
}
|
|
|
|
#a {
|
|
float: right;
|
|
}
|
|
|
|
#b {
|
|
position: fixed;
|
|
white-space: pre-line;
|
|
direction: rtl;
|
|
letter-spacing: 0pt;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body onload="document.body.style.letterSpacing = '';" style="letter-spacing: 1152921504606847000em;"><div id="a"><div id="b">
|
|
|
|
. .
|
|
0. 0.
|
|
.
|
|
|
|
</div>
|
|
</div></body>
|
|
</html>
|