<?php
$name = $_SERVER['SERVER_NAME'];
?>
<!doctype html>
<html>
<head>
    <title>Voice Pty Ltd - <?php print $name; ?></title>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="css/normalize.css">
        <link rel="stylesheet" href="css/main.css">
</head>

<body>
    <header><a href="http://www.voice.net.au/"><img src="/images/topheading.gif" alt="Voice Pty Ltd" /></a></header>
    <main>
        <h1 id="Header"><?php print $name; ?></h1>
        <div>
            <p>This site is currently not configured.</p>
            <p>Please contact our helpdesk for further information.</p>
            <hr />
            <p>Voice Pty Ltd<br />
            Phone: 08 8423 3000<br />
            Email: support at voice.net.au</p>
        </div>
    </main>
</body>
</html>
