mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
11 lines
210 B
HTML
11 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<style>
|
|
span.fake-first-letter { color: red; font-size: 200%; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span class="fake-first-letter">S</span>ome text</p>
|
|
</body>
|
|
</html>
|