mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
16 lines
265 B
HTML
16 lines
265 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
|
|
#outer { float: left; }
|
|
#outer:first-letter { float: left; color: magenta; }
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body onload="document.getElementById('inner').style.counterReset = 'chicken';">
|
|
|
|
<div id="outer"><div id="inner"></div>xy</div>
|
|
|
|
</body>
|
|
</html>
|