mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
22 lines
390 B
HTML
22 lines
390 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>mphantom</title>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
<math>
|
|
<mtext>LEFT</mtext>
|
|
<munderover>
|
|
<mspace width="4em" height="3em" depth="2em"/>
|
|
<mtext>BELOW</mtext>
|
|
<mtext>ABOVE</mtext>
|
|
</munderover>
|
|
<mtext>RIGHT</mtext>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|