mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
13 lines
214 B
HTML
13 lines
214 B
HTML
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
|
||
|
|
<mtable>
|
||
|
|
<mtr>
|
||
|
|
<mtd><mi>x</mi></mtd>
|
||
|
|
</mtr>
|
||
|
|
</mtable>
|
||
|
|
</math>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|