


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=CP1251">
	<title>
		Under construction - Сайт на реконструкции
	</title>

	<style>
	* { font-family: verdana; font-size: 10pt; COLOR: gray; }
	b { font-weight: bold; }
	table { height: 50%; border: 1px solid gray;}
	td { text-align: center; padding: 25;}

	</style>
</head>
<body>

</script>
<center>
<?php 
require_once ($_SERVER["DOCUMENT_ROOT"]."/"."admin/top.php");
?>
<br><br><br><br>
	<table>
	<tr><td>Welcome to the home page of <b><?php echo "http://".$_SERVER["SERVER_NAME"] ?></b></td></tr>





<?php 
require_once ($_SERVER["DOCUMENT_ROOT"]."/"."admin/bottom.php");
?>


	</font>
	</table>
<br><br>

</center>
</body>

</html>



