<?php

echo "
<!DOCTYPE html>
<html>
<head>
<title>Welcome to dsha26.ru!</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<center>
<br>
";

echo "<center><h2>Congratulations! Server is ready!</h2></center>";

echo "
<hr>
<p>- = HP = -</p>
</center>
</body>
</html>
";

?>