blob: a22cf3dad30d288f5d22cea144e10f57fc58b5eb [file] [log] [blame] [edit]
<!doctype html>
<html>
<head>
<title>scripts</title>
<meta charset="utf-8"/>
<style>
math {
font-family: Ahem;
}
</style>
</head>
<body>
<div>
<math>
<msub>
<mn>1</mn>
<mn>2</mn>
</msub>
<msup>
<mn>1</mn>
<mn>2</mn>
</msup>
<msubsup>
<mn>1</mn>
<mn>2</mn>
<mn>3</mn>
</msubsup>
</math>
</div>
</body>
</html>