mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
11 lines
179 B
HTML
11 lines
179 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span.fake-first-letter { color: red; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span class="fake-first-letter">"T</span>ext"</p>
|
|
</body>
|
|
</html>
|