summaryrefslogtreecommitdiff
path: root/public/ui-msg.php
blob: 5d1521cd5ab2c9cca743409a75b106076c5baa69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB" dir="ltr">
  <head>
      <!-- Metas + Title -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />

      <title>KALLASSA : Message</title>

      <!-- CSS needed -->
      <link rel="stylesheet" href="/css/bootstrap.min.css" /><!-- v4.4.1 -->
      <link rel="stylesheet" href="/css/pi.css" />
  </head>
  <body>

    <div class="login-container">
      <div class="row">
        <div class="col-md-12">
          <h2>Kallassa</h2>
          <h4><?=$deny['head']?></h4>
          <hr />
          <div><?=$deny['message']?></div>
        </div>
      </div>
    </div>

  </body>
</html>