mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
10 lines
223 B
HTML
10 lines
223 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- check that hyphenation is not applied to unknown language -->
|
|
<body lang="x-unknown-language">
|
|
<div style="width: 5em; hyphens: auto;">
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|