DONT ADD ANYTHING HERE!

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
    </head>
    <body>

    </body>
    </html>
              

Notes

The four parts of a HTML document are
  1. DOCTYPE
  2. html tag
  3. head tag
  4. body tag

References