mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
9 lines
150 B
HTML
9 lines
150 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body::first-letter { float: left; }
|
|
</style>
|
|
</head>
|
|
<body style="text-transform: capitalize;">T</body>
|
|
</html>
|