<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>

        <link href="/css/bootstrap-4.6.2.min.css" type="text/css" rel="stylesheet"/>
        <link href="/style.css" type="text/css" rel="stylesheet"/>
    </head>
    <body>
      <div class="main-view container">
        <div class="row justify-content-center">
          <div class="col-11 col-sm-8 col-lg-4">
            <br/><br/>
            <h1>Access forbidden</h1>
              <p>You are not authorised to access the requested page. Please
              try the authorisation process first.
            </p>
          </div>
        </div>
      </div>
    </body>
</html>
