added changes in math view and added learning view

This commit is contained in:
Patryk Hegenberg 2022-12-18 14:35:56 +01:00
parent 3f7c7ef7dd
commit 0c5e0088f7
15 changed files with 450 additions and 37 deletions

View file

@ -5,10 +5,11 @@ $routes = [
'/' => 'controllers/index.php',
'/about' => 'controllers/about.php',
'/contact' => 'controllers/contact.php',
'/mission' => 'controllers/mission.php',
'/learn' => 'controllers/learn.php',
'/mathe' => 'controllers/mathe.php',
'/note' => 'controllers/note.php',
'/notes' => 'controllers/notes.php'
'/notes' => 'controllers/notes.php',
'/addition' => 'controllers/addition.php'
];
function routeToController($uri, $routes) {