mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-01 16:31:34 +00:00
12 lines
203 B
HTML
12 lines
203 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
div:first-letter { float: right; color: lime; }
|
|
</style>
|
|
</head>
|
|
<body dir="rtl">
|
|
<div><span>ab ۍ c</span></div>
|
|
</body>
|
|
</html>
|