mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
10 lines
250 B
HTML
10 lines
250 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- check that hyphens:none prevents break at ­ -->
|
|
<body lang="en-us">
|
|
<div style="width: 5em; hyphens: none;">
|
|
su­per­cal­ifrag­ilis­tic­ex­pi­ali­do­cious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|