File: /var/www/doco/keytest/wp-content/themes/ormedia/home.php
<?php
//header('Location: ' .get_home_url()."/admin");
?>
<html>
<style>
html body div {
height: 100%;
}
body {
/*background-color: #191919;*/
background-image: linear-gradient(#505050, #191919);
}
.soon {
position: relative;
width: 800px;
height: 600px;
left: 50%;
top: 50%;
margin-top: -300px;
margin-left: -400px;
}
</style>
<body>
<div class="soon"><img src="<?php echo(get_template_directory_uri() . '/tmp/soon3.png') ?>"</div>
</body>
</html>