mirror of
https://github.com/typst/typst
synced 2025-06-17 19:02:51 +08:00
12 lines
297 B
HTML
12 lines
297 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<p>1<sup>st</sup>, 2<sup>nd</sup>, 3<sup>rd</sup>.</p>
|
|
<p>log<sub>2</sub>, log<sub>3</sub>, log<sub>variable</sub>.</p>
|
|
</body>
|
|
</html>
|