mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
19 lines
320 B
HTML
19 lines
320 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
html {
|
|
-webkit-writing-mode: vertical-rl;
|
|
writing-mode: vertical-rl;
|
|
-webkit-text-orientation: upright;
|
|
text-orientation: upright;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
你 العربي 好!
|
|
</body>
|
|
</html>
|