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