diff --git a/public/index.php b/public/index.php index f53a3ea..4797bcc 100644 --- a/public/index.php +++ b/public/index.php @@ -12,9 +12,17 @@ set_error_handler("Core\Error::errorHandler"); set_exception_handler("Core\Error::exceptionHandler"); if (Core\Session::exists('info')) { - echo '

'; + echo ' +
+
+

+ '; echo Core\Session::flash('info'); - echo '

'; + echo ' + +

+
+ '; } $router = new Core\Router();