mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
11 lines
232 B
HTML
11 lines
232 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<style>
|
|
span.fake-first-letter { color: red; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span class="fake-first-letter">뀀</span>뀀</p>
|
|
</body>
|
|
</html>
|