mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
28 lines
558 B
HTML
28 lines
558 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<mrow>
|
|
<mrow>
|
|
<msup>
|
|
<mi>a</mi>
|
|
<mn>2</mn>
|
|
</msup>
|
|
<mo>+</mo>
|
|
<msup>
|
|
<mi>b</mi>
|
|
<mn>2</mn>
|
|
</msup>
|
|
</mrow>
|
|
<mo>=</mo>
|
|
<msup>
|
|
<mi>c</mi>
|
|
<mn>2</mn>
|
|
</msup>
|
|
</mrow>
|
|
</math>
|
|
</body>
|
|
</html> |