<!doctype html>
<title>ShipServ - Site Maintenance</title>
<style>
    body {
        text-align: center;
        padding: 150px;
    }

    h1 {
        font-size: 50px;
    }

    body {
        font: 20px Helvetica, sans-serif;
        color: #333;
    }

    article {
        display: block;
        text-align: left;
        width: 650px;
        margin: 0 auto;
    }

    a {
        color: #dc8100;
        text-decoration: none;
    }

    a:hover {
        color: #333;
        text-decoration: none;
    }
</style>

<img style="position: relative; left: -35px" src="./shipserv-logo.jpg">

<article>


    <h1>We&rsquo;ll be back soon!</h1>
    <div>
        <p>Sorry for the inconvenience but we&rsquo;re performing some planned maintenance at the moment. </p>

        <p>
            While we aim to keep the disruption to a minimum, users will not be able to use the services during the
            maintenance period.<br><br><br>
            Please accept our apologies for any inconvenience that this may cause. <br>

            If you require assistance, <strong>please email: <a
                href="mailto:support@shipserv.com">support@shipserv.com</a></strong>
        </p>

    </div>
</article>