<html <?php language_attributes(); ?>>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title><?php echo esc_html__( 'Coming Soon', 'hostinger' ); ?></title>
html *:not(body):not(.hsr-coming-soon-body > *) {
display: flex !important;
<div class="hsr-coming-soon-body">
<img alt="logo" class="hsr-logo"
src="<?php echo esc_url( HOSTINGER_PLUGIN_URL . 'assets/images/logo-black.svg' ); ?>">
<img alt="illustration" class="hsr-coming-soon-illustration"
src="<?php echo esc_url( HOSTINGER_PLUGIN_URL . 'assets/images/illustration.png' ); ?>">
<?php echo esc_html__( 'Coming Soon', 'hostinger' ); ?>
<?php echo esc_html__( 'New WordPress website is being built and will be published soon', 'hostinger' ); ?>