mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
17 lines
272 B
HTML
17 lines
272 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Outline</title>
|
|
</head>
|
|
<body>
|
|
<h1>Chapter 1</h1>
|
|
<p>Intro.</p>
|
|
<h2>Section 1.1</h2>
|
|
<p>Body.</p>
|
|
<h1>Chapter 2</h1>
|
|
<p>Intro.</p>
|
|
<h2>Section 2.1</h2>
|
|
<p>Body.</p>
|
|
</body>
|
|
</html>
|