<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Opalstack: no site here.... yet!</title>
    <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
    <style type="text/css" media="screen">
      body {
        background-color: #242939;
      }
      #content {
        max-width: 500px;
        background-color: #FFF;
        margin: 1em auto;
        padding: 2em;
        font-family: sans-serif;
        border-radius: 25px;
      }
      #content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
    </style>
  </head>
  <body>
    <div id="content">
      <a href="https://www.opalstack.com/"><img src="oslogo.png" alt="Opalstack"/></a>
      <h2>🎉 Good news!</h2>
      <p>This site is hosted at <a href="https://www.opalstack.com">(((Opalstack</a>!</p>
      <h2>🤔 Not what you expected?</h2>
      <p>If you are the website owner and this message isn't what you were expecting to see here then please contact the Opalstack Support team for assistance.</p>
      <p>If you are a website visitor then please try again later.</p>
    </div>
  </body>
</html>
