mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
445 B
HTML
21 lines
445 B
HTML
|
<!DOCTYPE html>
|
||
|
<html dir="rtl">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>Test Page</title>
|
||
|
<style type="text/css">
|
||
|
span {
|
||
|
margin: 1em;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
<span dir="rtl">אתר התוספות של Mozilla</span>
|
||
|
<span dir="rtl">one</span>
|
||
|
<span dir="rtl">two</span>
|
||
|
<span dir="rtl">three</span>
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|