<!DOCTYPE html> <html> <head> <title>Сайт временно отключен!</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=1024"/>
		
	<style>
		#main{width:100%;height:100%;position:absolute;top:0;left:0;}
		#offline{box-sizing:border-box;background-color:#f4f4f4;display:table;vertical-align:middle;padding:10px 20px;border:2px dashed #dadada;border-radius:10px;font-family:arial;position:absolute;top:50%;left:50%;margin: -75px 0 0 -190px;}
	</style>
	
	<link href="favicon.png" rel="icon" type="image/x-png"/> <link href="favicon.png" rel="shortcut icon" type="image/x-png"/> </head> <body>
		<!--noindex--> <div id="main"> <div id="offline"> <h2 style="white-space:nowrap;font-size:20px;">Сайт временно отключен!</h2> <p style="font-size:15px;">На сайте ведутся технические работы.</p> <p style="font-size:15px;">Приносим извинения за возможные неудобства.</p> </div> </div>
		<!--/noindex--> </body> </html>