mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
10 lines
196 B
HTML
10 lines
196 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- style changes don't break hyphenation -->
|
|
<body lang="en-us">
|
|
<div style="width: 0; hyphens: auto;">
|
|
hy<span style="color:red">phen</span>ation
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|