<!DOCTYPE html>

<html lang="en">

  <head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Coming Soon</title>

    <link rel="stylesheet" href="style.css">

  </head>

  <body>

    <div class="container">

      <h1>Website Coming Soon</h1>

      <p>Stay tuned for our launch. We are working hard to bring you an amazing website.</p>

      <p>In the meantime, please visit <a href="https://www.TheShowStartsNow.tv">www.TheShowStartsNow.tv</a></p>

    </div>

  </body>

</html>