mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-27 20:30:39 +00:00
23 lines
390 B
HTML
23 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>
|