<!DOCTYPE html>
<html>
  <head>
    <title>Buy wine online at Wine Library</title>
    <link href="https://dsi2vjvztwiuk.cloudfront.net/assets/bootstrap/css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" />
    <link href="https://dsi2vjvztwiuk.cloudfront.net/assets/bootstrap/css/bootstrap-responsive.min.css" media="screen" rel="stylesheet" type="text/css" />
    <style>
      .featurette-divider {
        margin: 80px 0;
      }
      .featurette {
        padding-top: 120px;
        overflow: hidden;
      }
      .featurette-image {
        margin-top: -120px;
      }
      .featurette-image.pull-left {
        margin-right: 40px;
      }
      .featurette-image.pull-right {
        margin-left: 40px;
      }
      .featurette-heading {
        font-size: 50px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: -1px;
      }
      .container{
        padding-top: 10px;
      }
      .muted{
        font-size: 20px;
      }
    </style>
  </head>
  <body>
    <div class="container">
      <div class="featurette">
        <img class="featurette-image pull-right" alt='Winelibrary logo.' src="https://dsi2vjvztwiuk.cloudfront.net/assets/wl_logo_large.svg">
        <h2 class="featurette-heading">
          Wine Library is undergoing maintenance.
          <span class="muted">Please be patient</span>
        </h2>
        <p class="lead">
          Wine Library is currently undergoing maintenance. We are sorry for the inconvenience, we'll be back soon!<br/><br/>
          If you would like to place an order or check the status of an order, please call: <a href="tel:8889809463">(888) 980-WINE (9463)</a>.
        </p>
      </div>
    </div>
  </body>
</html>