mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
14 lines
176 B
HTML
14 lines
176 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
p:first-letter, div:first-line {
|
|
text-transform:uppercase;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>hello
|
|
<div>hello<br>kitty</div>
|
|
</body>
|
|
</html>
|