mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 05:30:52 +00:00
12 lines
208 B
HTML
12 lines
208 B
HTML
<!DOCTYPE html>
|
|
<html lang="ja">
|
|
<head>
|
|
<style>
|
|
span.fake-first-letter { color: red; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span class="fake-first-letter">ド</span>ト</p>
|
|
</body>
|
|
</html>
|