mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
17 lines
339 B
HTML
17 lines
339 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<h2>Heading is no paragraph</h2>
|
|
<p>I'm a paragraph.</p>
|
|
<div>I'm not.</div>
|
|
<div>
|
|
<p>We are two.</p>
|
|
<p>So we are paragraphs.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|