Added some math scripts
This commit is contained in:
parent
8c7ac2df36
commit
13490cdad2
9 changed files with 360 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ $routes = [
|
|||
'/about' => 'controllers/about.php',
|
||||
'/contact' => 'controllers/contact.php',
|
||||
'/mission' => 'controllers/mission.php',
|
||||
'/mathe' => 'controllers/mathe.php'
|
||||
];
|
||||
|
||||
function routeToController($uri, $routes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue