<!DOCTYPE html>
<html>
  <head>
    <title>www.zwemmenfietsenlopen.nl - Geparkeerd domein bij Byte b.v.</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex,nofollow">
    <!-- Bootstrap -->
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/2.3.1/css/bootstrap.min.css" rel="stylesheet" media="screen">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
    <style>
      body {
        background: #2f6685;
        font-family: 'Open Sans', sans-serif;
      }
      header {
        color: white;
        margin-top: 20px;
        text-align: center;
      }
        header div {
          font-size: 128px;
          font-weight: bold;
          line-height: 100px;
          padding: 10px;
          border: 5px solid white;
          width: 80px;
          margin: 0 auto;
          height: 100px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
        }
        header h1 {
          font-weight:normal;
          margin-bottom:20px;
        }
      section {
        background: white;
        border-radius: 15px;
        color: #333;          
        margin: 0 auto;
        padding: 20px;
        width: 550px;
      }
        section h2 {
          color: #2f6685;
          font-weight: normal;
          font-size: 22px;
          font-size: 1.3rem;
          line-height:1.3em;
          margin-bottom:20px;
        }
      footer {
        margin-top: 20px;
        text-align: center;
      }
    </style>
  </head>
  <body>
  <header>
    <div>P</div>
    <h1>Geparkeerd domein</h1>
  </header>
  <section>
    <div>
      <h2>Deze domeinnaam is geregistreerd door Byte</h2>
      <form action="https://service.byte.nl/bestellen2/" method="get" name="domsearch">
        <fieldset>
          <label>Zelf een site? Zoek hier je domeinnaam:</label>
          <div class="input-append">
            <input class="span4" id="domsearch_name" type="text" name="domein" placeholder="Is je domein nog vrij?">
            <button class="btn" name="controleer" type="submit">Controleer</button>
          </div>
        </fieldset>
      </form>
      <p>Byte is een hostingprovider voor professionals en gespecialiseerd in:</p>
      <ul>
        <li><a href="https://www.byte.nl/hosting/magento">Magento hosting met Hypernode technologie</a></li>
        <li><a href="https://www.byte.nl/hosting/joomla">Joomla! hosting met clustertechnologie</a></li>
        <li><a href="https://www.byte.nl/hosting/wordpress">WordPress hosting met clustertechnologie</a></li>
        <li><a href="https://www.byte.nl/hosting/drupal">Drupal hosting met clustertechnologie</a></li>
        <li><a href="https://www.byte.nl/hosting/website-webapp">Webhosting met clustertechnologie</a></li>
      </ul>
      <p>Ben je ge&iuml;nteresseerd in het afnemen van hosting voor je klanten of jezelf?<br/>
      Neem een kijkje op onze <a href="https://www.byte.nl">website</a> of <a href="https://www.byte.nl/contact">neem contact met ons op</a>.</p>
    </div>
  </section>
  <footer>
    <a class="brand" href="https://www.byte.nl"><img src="http://tools.byte.nl/images/logo/byte-logo-white-210x106.png"/></a>
  </footer>
    <script src="http://code.jquery.com/jquery.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/2.3.1/js/bootstrap.min.js"></script>
  </body>
</html>