mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
355 B
HTML
18 lines
355 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>PDF</title>
|
|
</head>
|
|
<body>
|
|
<h1>PDF Content</h1>
|
|
<section>
|
|
<h1>PDF Subcontent 1</h1>
|
|
</section>
|
|
<section>
|
|
<h1>PDF Subcontent 2</h1>
|
|
</section>
|
|
</body>
|
|
</html>
|