mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
27 lines
330 B
HTML
27 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
!hello.<br>
|
|
<span dir=rtl>
|
|
!שלום.
|
|
</span><br>
|
|
<span dir=ltr>
|
|
hello, לוי!
|
|
</span><br>
|
|
<span dir=rtl>
|
|
שלום, WebKit!</span><br>
|
|
<pre>
|
|
a
|
|
(
|
|
!WebKit ,שלום
|
|
hello, לוי!
|
|
)
|
|
</pre>
|
|
</div>
|
|
</body>
|
|
</html>
|