mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
14 lines
No EOL
316 B
HTML
14 lines
No EOL
316 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
.high {vertical-align: 5em;}
|
|
.invisible {color: transparent;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="text-decoration: underline;">
|
|
underline<span class="invisible high">continued<span class="invisible high">continued</span></span><br>
|
|
also underlined
|
|
</div>
|
|
</body>
|
|
</html> |