mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-29 06:38:27 +00:00
11 lines
196 B
HTML
11 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>
|
|
|