diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
| commit | 02608271bb2a9f3a65ed536984d306ee14b48e34 (patch) | |
| tree | 3f23ec48a694ec014e845c4f70d9b5f1c065403c /public/ui-msg.php | |
| download | kalassa-master.tar.gz kalassa-master.tar.bz2 kalassa-master.zip | |
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> |
