<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <title>Parked — Yousemble</title>

    <!-- Bootstrap -->
    <link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">

    <style>
      .jumbotron {
        padding-top: 20%;
        background-color: white;
      }

      .btn {
        display: inline-block;
        margin-bottom: 0;
        font-size: 15px;
        height: 48px;
        padding: 16px 32px;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.5px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        text-decoration: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
      }

      .btn:hover { text-decoration: none; }

      .btn-primary { background-color: #1d1d26; }
      .btn-primary:hover { background-color: #2d2d26; }

      a { color: #1d1d26; }
      a:hover { color: #2d2d26; }


    </style>


    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
    
<div class="container">

  <div class="jumbotron text-center">
    <h1>Parked</h1>
    <p>This domain is currently parked on Yousemble. If you are the domain owner, click below to login.</p>
    <p><a class="btn btn-primary btn-lg" href="https://www.yousemble.com/login" role="button">Owner Login</a></p>
  </div>

</div>

<div class="footer text-center">
  <a href="https://www.yousemble.com">Yousemble</a>
</div>

  </body>
</html>
