mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
11 lines
151 B
HTML
11 lines
151 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
p:first-letter { float: left; }
|
|
p:first-line { color: black; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Ly</p>
|
|
</body>
|
|
</html>
|