<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <title>VinylCollective - We will be back shorty!</title>
</head>

<body>


<div class="wrapper">
    <img src="https://www.srcvinyl.com/images/large_VC_logo_maintenance.png">



    <p>

        We are upgrading the site to bring you some exciting new features!
    </p>

    <p>We will be back soon...</p>

</div>


</body>
</html>

<style>

    .wrapper img {
        max-width:500px;
    }


    .wrapper {
        float:none;
        display:table;
        margin:40px auto 0px auto;
    }
    p{
        font-size:24px;
        max-width: 500px;
        text-align: center;
    }

</style>