<!DOCTYPE html>
<html lang=en>
<head>
    <meta charset=utf-8>
    <meta http-equiv=X-UA-Compatible content=IE=edge>
    <title>Swish Windows & Doors</title>
    <meta name=viewport content=width=1040>
    <link href=https://fonts.googleapis.com/css?family=Roboto:300 rel=stylesheet>
    <style>
        html,
        body {
            height: 100%;
        }

        body {
            background-color: #EDEDED;
            font-family: Roboto, sans-serif;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            text-align: center;
            margin: 0;
        }

        h1 {
            margin: 0 0 8px 0;
            color: #40A1CA;
            font-size: 48px;
            font-weight: 300;
        }

        p {
            margin: 0;
            color: #8B8B88;
            font-size: 24px;
            font-weight: 300;
        }

        .wrap {
            display: table;
            width: 100%;
            height: 100%;
        }

        .inner {
            display: table-cell;
            vertical-align: middle;
        }
    </style>
</head>
<body>
    <div class=wrap>
        <div class=inner>
	        <div style="background-image: url(https://www.swishwindows.co.uk/wp-content/themes/custom/img/logo-swish.svg);height: 150px;background-position: center;background-repeat: no-repeat;background-size: contain;"></div>
            <h1>Site Under Construction</h1>
            <p></p>
        </div>
    </div>
</body>
</html>

