mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 01:08:39 +09:00
12 lines
248 B
HTML
12 lines
248 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
<table>
|
|
<mathml:mtr rowspan="2" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
|
|
<mathml:mo>+</mathml:mo>
|
|
<td>bar</td>
|
|
</mathml:mtr>
|
|
<tr><td>baz</td></tr>
|
|
</table>
|
|
</body>
|
|
|
|
</html>
|