mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
17 lines
183 B
HTML
17 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<style>
|
|
p:first-letter{
|
|
color:red;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<p>test</p>
|
|
<p>*test</p>
|
|
<p>**test</p>
|
|
<p>***test</p>
|
|
<p> test</p>
|
|
</body>
|
|
</html>
|