<!DOCTYPE html>
<html>
<head>
<title>ValueHost server under maintenance</title>
	<meta http-equiv='content-type' content='text/html; charset=UTF-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<style>
body {
  font-family: Arial;
  color: #4d9abe;
}

.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 10;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  background-color: #FFFFFF ;
  color: #4d9abe;
}

.right {
  right: 0;
  background-color: #4d9abe;
  color: #FFFFFF;
}

.bottom-left {
position: fixed; 
  top: 0;
  left: 0; 
  text-align: right;
 padding-right: 10px;
 padding-top: 10px;
 font-size: 24px;

}

.bottom-right {
position: fixed;
  top: 0; 
  right: 0;
  text-align: left;
 padding-top: 10px;
 padding-left:10px;
 font-size: 24px;
 color: #FFFFFF;

}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}


a {
    display: inline-block;
	color: #FFFFFF;
}

</style>
</head>
<body>

<div class="split left">
  <div class="centered" style="color:#4d9abe;">
	<h2>Технические работы <br> до 13:00 (MSK)</h2>
    <p>Приносим извинения за временные неудобства</p>
	<div style="text-align: left;">
	<p style="display: inline-block; margin:5px;"><span style="font-size: 24px;"><i class="fas fa-phone"></i></span>8 (812) 313-29-08 (Санкт-Петербург)</p><br>
	<p style="display: inline-block; margin:5px;"><span style="font-size: 24px;"><i class="fas fa-phone"></i></span>8 (495) 540-52-248 (Москва)</p><br>
	<p style="display: inline-block; margin:5px;"><span style="font-size: 24px;"><i class="far fa-envelope"></i></span> 
        support@valuehost.ru</p>
	</div>
	</div>

  </div>
</div>
<div class="split bottom-left">
        <h1>Value</h1>
        </div>

<div class="split right">
  <div class="centered">
    <h2>Server under maintenance <br>until 10:00 (UTC)</h2>
    <p>Sorry for inconvenience</p>
	<p style="display: inline-block;"><span style="font-size: 24px;"><i class="far fa-envelope"></i></span>
	support@valuehost.ru</p>

  </div>
</div>
<div class="split bottom-right">
        <h1>Host</h1>
        </div>
</body>
</html>