<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Webshop, Webhosting, Domæner og E-handel - Dandomain A/S</title>

    <style type="text/css">
        html, body {
            height: 100%;
            padding: 0;
            margin: 0;
        }

        body {
            color: #333333;
            font-family: 'Century Gothic', Arial, sans-serif;
            font-size: 13px;
            background-image: url('https://splash.dandomain.dk/img/splash-background.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
			background-attachment: fixed;
        }

        a {
            color: #333333;
        }

        a:hover {
            color: #f3771e;
        }

        .splash-container {
            width: 100%;
            height: 100%;
            display: table;
        }

        .splash-container .splash-content {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
			padding: 0 20px;
        }
		
		.splash-container .splash-content .splash-logo {
            max-width: 80%;
			margin-bottom: 20px;
        }

        .splash-container .splash-content h1 {
            font-size: 20px;
        }
		
		.splash-container .splash-content .splash-links {
            margin-top: 40px;
            font-size: 11px;
            line-height: 2.0em;
        }
		
		.splash-container .splash-content .splash-links a {
            color: #868686;
        }
		
		.splash-container .splash-content .splash-links a:hover {
            color: #333333;
        }
		
		@media (max-width: 767px) {
			.hidden-xs {
				display: none;
			}
		}
    </style>
</head>
<body>
    <div class="splash-container">
        <div class="splash-content">
            <img src="https://splash.dandomain.dk/img/dandomain-rocket.png" style="display: block; margin: 0 auto; margin-bottom: 25px; width: 150px;">
            <a href="https://www.dandomain.dk"><img src="https://splash.dandomain.dk/img/dandomain-logo.png" class="splash-logo" alt="DanDomain A/S"></a>
            <h1>Her flytter snart en ny gæst ind</h1>
            <p>Denne side er hosted af DanDomain A/S</p>
            <p>
                Telefon: (+45) 87 77 90 45 - E-mail: <a href="mailto:support@dandomain.dk">support@dandomain.dk</a>
            </p>

            <div class="splash-links hidden-xs">
                <a href="https://www.dandomain.dk/hjemmeside/webhotel" title="Webhotel">Webhotel</a> &middot;
                <a href="https://www.dandomain.dk/domain" title="Domæne">Domæne</a> &middot;
				<a href="https://www.dandomain.dk/webshop" title="Webshop, E-handel">Webshop</a>  &middot;
                <a href="https://www.dandomain.dk/webshop/betalingssystem" title="Betalingsløsning">Betalingsløsning</a>
                <br>
                <a href="https://www.dandomain.dk/email-office/hosted-exchange" title="Hosted Exchange">Hosted Exchange</a> &middot;
                <a href="https://www.dandomain.dk/email-office/office365" title="Office 365">Office 365</a> &middot;
				<a href="https://www.dandomain.dk/it-hosting/vps/" title="Virtual Server, Virtual Private Server">Virtual Server</a>
                
            </div>
        </div>
    </div>
</body>
</html>
