Game Sourcecode has been added and Style was changed

This commit is contained in:
Patryk Hegenberg 2023-01-06 10:11:39 +01:00
parent d907e90218
commit 8d31cb5bc7
17 changed files with 4689 additions and 136 deletions

View file

@ -5,8 +5,10 @@ return[
'/contact' => 'controllers/contact.php',
'/learn' => 'controllers/learn.php',
'/mathe' => 'controllers/mathe.php',
'/game' => 'controllers/game.php',
'/note' => 'controllers/notes/show.php',
'/notes' => 'controllers/notes/index.php',
'/addition' => 'controllers/addition.php',
'/notes/create' => 'controllers/notes/create.php'
];
'/notes/create' => 'controllers/notes/create.php',
'/login' => 'controllers/login.php'
];