<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
        <meta http-equiv="cache-control" content="no-cache" />
        <meta http-equiv="expires" content="0" />

        <title>
            Site down for planned maintenance
        </title>

        <style>
            * {
                font-family: Helvetica, Arial, sans-serif;
            }

            body {
                display: grid;
                place-items: center;
                height: 100vh;
                font-size: 2em;
                background: #EEEEEE;
            }

            p {
                text-align: center;
                line-height: 175%;
            }
        </style>
    </head>

    <body>
        <p>
            <img src="icon.png" /><br/>
            Site down for planned maintenance...<br/>
            We'll be back soon!
        </p>
    </body>
</html>
