added changes in math view and added learning view
This commit is contained in:
parent
3f7c7ef7dd
commit
0c5e0088f7
15 changed files with 450 additions and 37 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue