mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
13 lines
144 B
HTML
13 lines
144 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
div:first-letter { float: right; }
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body><div>A</div></body>
|
|
|
|
</html>
|