<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="robots" content="noindex" />
  <title>.</title>
  <style>
    body {background-color: rgb(65, 65, 65);color:white; font-size:20px;}
    a, a:active, a:hover, a:visited   {color: white;text-decoration:none;}
    </style>
  <link rel="stylesheet" href="css/styles.css?v=1.0">

</head>

<body>
  <div align="center" style="margin:10%">
    <p>Online Restoration Project</p>
    <p>Please send inquiries to: 
    <p><?php $url="$_SERVER[HTTP_HOST]"; echo $url; ?>@projectrestoration.net</p>
    <p></p>
  </div>
</body>
</html>