Beautify the web

This commit is contained in:
2017-09-12 14:30:42 +07:00
parent 1f62a24c80
commit 5b1b546dc5
12 changed files with 6048 additions and 208 deletions

4
public/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -12,8 +12,9 @@ set_error_handler("Core\Error::errorHandler");
set_exception_handler("Core\Error::exceptionHandler");
if (Core\Session::exists('info')) {
echo '<h3 style="margin:auto;"><span class="label top">';
echo Core\Session::flash('info');
echo "<br>";
echo '</span></h3>';
}
$router = new Core\Router();

5765
public/js/rome.js Normal file

File diff suppressed because one or more lines are too long