diff options
author | Fredy <aluque@soleta.eu> | 2018-07-10 13:31:35 +0200 |
---|---|---|
committer | Fredy <aluque@soleta.eu> | 2018-07-10 13:31:35 +0200 |
commit | 2ed5bb7b2131716e62af62948f54077ca4fb310f (patch) | |
tree | 5e9e39e3c5f8d065b5b703f1a1aeca94ede3fa43 | |
parent | 65dd71b8035f8cf6e3b3ea1fa7cff838c21d43d2 (diff) |
#858 Starting filling the blank :-)
-rw-r--r-- | admin/WebConsole/nada.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/WebConsole/nada.php b/admin/WebConsole/nada.php index 84e7b490..9e0aa255 100644 --- a/admin/WebConsole/nada.php +++ b/admin/WebConsole/nada.php @@ -221,4 +221,19 @@ if (empty($data->project)) { </body> </html> +<?php } else { ?> + +<html> +<head> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <link rel="stylesheet" type="text/css" href="./estilos.css"> +</head> +<body> + +"Here we will show our content" + +</body> +</html> + <?php } ?> + |