mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
11 lines
203 B
HTML
11 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>
|