Added some math scripts

This commit is contained in:
Patryk Hegenberg 2022-12-14 08:13:04 +01:00
parent 8c7ac2df36
commit 13490cdad2
9 changed files with 360 additions and 1 deletions

View file

@ -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) {