mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
6 lines
147 B
HTML
6 lines
147 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body::first-line { color: purple; }
|
|
</style>
|
|
<body style="width: 0; color: green"><span>This is some text</span>
|
|
</body>
|