mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
10 lines
214 B
HTML
10 lines
214 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- simple test for automatic hyphenation -->
|
|
<body lang="en-us">
|
|
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|