mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
7 lines
136 B
HTML
7 lines
136 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body::first-letter { float: right; }
|
|
body::before { content:"before text"; }
|
|
</style>
|
|
</head><body></body></html>
|