mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +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;">
|
|
h<span style="color:red">yphena</span>tion
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|