typst/tests/ref/html/title-basic.html
2024-12-20 23:29:15 -08:00

12 lines
204 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>
Some Title
</h1>
</body>
</html>