
    <!DOCTYPE html>
    <html lang="nl">
    <head>
        <meta charset="UTF-8">
        <title>Nginx title</title>
        <style>
            body { font-family: sans-serif; text-align: center; padding: 100px; background: #f4f4f4; }
            h1 { color: #333; }
        </style>
    </head>
    <body>
        <h1>Mijn website.</h1>
        <p>Deze website is momenteel in onderhoud.</p>
    </body>
    </html>
    