mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
164 B
HTML
16 lines
164 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body dir="rtl">
|
|
<p>1
|
|
<p>2
|
|
<p>3
|
|
<style>
|
|
body {
|
|
display: -moz-box;
|
|
-moz-box-orient: vertical;
|
|
text-align: left;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html>
|