mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
11 lines
235 B
HTML
11 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<p>Text <span style="display: inline-block;">Span</span>.</p>
|
|
</body>
|
|
</html>
|