<!DOCTYPE html>
<html>
    <head>
        <title>Something something dark side</title>
        <meta charset="UTF-8" />
    </head>
    <body>
        <h1>Title</h1>
        <p>
            Lorem Ipsum here
        </p>
        <p>
            More Lorem Ipsum Here
            <br />
            Line breaks, because we can!
        </p>
    </body>
</html>