mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
fdc9d8355d
--HG-- extra : transplant_source : 9%BD%FD%BC%89%CC%9D_gS%DC%E5%20%7Fd%B1%91s%5B%B2
12 lines
160 B
HTML
12 lines
160 B
HTML
<!DOCTYPE html>
|
|
<html lang="ja">
|
|
<head>
|
|
<style>
|
|
p:first-letter { color: red; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>ドト</p>
|
|
</body>
|
|
</html>
|