mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
12 lines
249 B
HTML
12 lines
249 B
HTML
<!DOCTYPE html>
|
|
<html lang="hi">
|
|
<head>
|
|
<style>
|
|
p:first-letter { color: red; }
|
|
</style>
|
|
<title>Devanagari first-letter 1</title>
|
|
</head>
|
|
<body>
|
|
<p>विकिपीडिया</p>
|
|
</body>
|
|
</html>
|