<html>
      <body>
        <div style="
          text-align: center;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
        ">
          <img src="/assets/img/logo/Simplifier-Logo-Standard.svg" alt="Simplifier Logo" style="
            margin: 5px;
            width: 400px;
            height: auto;
          "/>
          <a href="/UserInterface" style="
            font-size: 13pt;
            text-align: center;
            color: #0099d8;
          ">Did you mean to go to the admin panel?</a>
        </div>
      </body>
    </html>