mirror of
https://github.com/typst/typst
synced 2025-08-08 12:17:54 +08:00
12 lines
231 B
HTML
12 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<h1>A cool title</h1>
|
|
<h2>Some level one heading</h2>
|
|
</body>
|
|
</html>
|