mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
233 B
HTML
14 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.f { unicode-bidi: bidi-override; width: 1px; white-space: pre-line; }
|
|
.f:first-letter { font-size: 200% }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="f">
ت萁
|
|
x</div>
|
|
</body>
|
|
</html>
|