diff options
Diffstat (limited to 'public/ui-msg.php')
| -rw-r--r-- | public/ui-msg.php | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/ui-msg.php b/public/ui-msg.php new file mode 100644 index 0000000..5d1521c --- /dev/null +++ b/public/ui-msg.php @@ -0,0 +1,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> |
