<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
    <link rel="stylesheet" href="http://comcaster.ch/css/app.css">
    <script type="text/javascript" src="http://comcaster.ch/js/app.js"></script>
    <title>Hier entsteht eine neue Website!</title>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="robots" content="noindex">
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="https://use.typekit.net/bag0psx.css" />
    <meta name="csrf-token" content="">
    <link rel="prefetch" as="image" href="http://comcaster.ch/../images/bg-landing-page.jpg" />
    <link rel="apple-touch-icon" sizes="180x180" href="http://comcaster.ch/images/favicons/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="http://comcaster.ch/images/favicons/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="http://comcaster.ch/images/favicons/favicon-16x16.png">
    <link rel="manifest" href="http://comcaster.ch/images/favicons/manifest.json">
    <link rel="mask-icon" href="http://comcaster.ch/images/favicons/safari-pinned-tab.svg" color="#16131e">
    <link rel="shortcut icon" href="http://comcaster.ch/images/favicons/favicon.ico">
    <meta name="msapplication-config" content="http://comcaster.ch/images/favicons/browserconfig.xml">
    <meta name="theme-color" content="#16131e">
</head><body>
<div class="wrapper">
    <div class="main container">
    <header class="header">
    <a href="https://www.hosttech.ch" target="_blank">
        <img class="header-logo"
             src="http://comcaster.ch/images/logo-hosttech.svg"
             alt="Logo"/>
    </a>
</header>    <section class="title">
        <h1 class="text-xl text-primary text-center">
            Hier entsteht eine <br />neue Website!
        </h1>
        <div class="subtitle text-lg text-primary text-center">
            Mit einem Webhosting von <a href="https://www.hosttech.ch" target="_blank" class="underline">hosttech</a>
        </div>
    </section>
</div>    <footer class="footer">
    <div class="footer-wrapper text-sm">
        <div class="copyright">
            © Copyright 2025, hosttech GmbH
        </div>
    </div>
</footer></div>
</body>
</html>
