mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
12 lines
186 B
HTML
12 lines
186 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<style>
|
||
|
|
body { font-family:DejaVu Sans; font-size:100px; }
|
||
|
|
p::first-letter { float:left; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>fish fish f‌ish
|
||
|
|
</body>
|
||
|
|
</html>
|