<!-- Swaminarayan -->
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
*{
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8e0001;
    font-family: 'Proxima Nova', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.container {
    color: #aaa;
    text-align: center;
}

strong {
    padding-bottom: 30px;
    display: block;
    font-size: 150%;
    color: #fff;
}

small{font-size: 70%; opacity: 50%;}
a{color: #fff; text-decoration: none; opacity: 70%}

hr{
    width: 30%;
    text-align: center;
    margin: 50px auto;
    background: #111;
    height: 1px;
    border: 0;
}

</style>
<!-- Swaminarayan -->
        <title>WP Remix - Coming Soon</title>

    </head>

    <body>
        <div class="container">
            <!-- Swaminarayan -->
            <p><strong>WordPress Remix</strong></p>
            <p>Finest way to build websites using WordPress</p>
            <hr>
            <p><small> A project by <a href="https://twitter.com/rbhavesh/">R.Bhavesh</a></small></p>
        </div>
    
</body></html>