<!DOCTYPE html>
<html lang="en-US">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <title>Coming Soon</title>
        <style>
            html *:not(body):not(.hsr-coming-soon-body > *) {
                display: none;
            }

            .hsr-coming-soon-body {
                display: flex !important;
            }
        </style>
    </head>
    <body class="hostinger">
        <div class="hsr-coming-soon-body">
            <img alt="logo" class="hsr-logo"
                src="https://darunatorn.com/wp-content/plugins/hostinger/assets/images/logo-black.svg">
            <img alt="illustration" class="hsr-coming-soon-illustration"
                src="https://darunatorn.com/wp-content/plugins/hostinger/assets/images/illustration.png">
            <h3>
                Coming Soon            </h3>
            <p>
                New WordPress website is being built and will be published soon            </p>
        </div>

            </body>
</html>
