<html>

<head>
  <title>Be Right Back</title>
  <link rel="shortcut icon" type="image/x-icon"
    href="https://theme.zdassets.com/theme_assets/9039419/a1b0ba5a4eba5b3aeae2f40c64c29f3ede0fb585.ico">
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
    integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

  <style>
    .flex-container {
      height: 100vh;
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      justify-content: center;
    }
  </style>
</head>

<body>
  <div class="flex-container">
    <img src="https://theme.zdassets.com/theme_assets/9039419/4e9f64620a9efcd17e1efd544b9d1fe651343dfd.svg" alt="logo"
      title="SimplyBiz" class="img-fluid mb-5" />
    <h1>Hello, SimplyBiz User!</h1>
    <p class="lead">The website is temporarily down for maintenance.</p>
    <p class="text-center">We're working hard to bring you new features and fix any irritating bugs.<br>Please be patient we will
      be back shortly.</p>
  </div>
</body>

</html>