mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
221 B
HTML
13 lines
221 B
HTML
<!DOCTYPE html>
|
|
<html lang="hi">
|
|
<head>
|
|
<style>
|
|
p:first-letter { color: red; }
|
|
</style>
|
|
<title>Devanagari first-letter 2</title>
|
|
</head>
|
|
<body>
|
|
<p>स्थिति</p>
|
|
</body>
|
|
</html>
|