<!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>