Game Sourcecode has been added and Style was changed
This commit is contained in:
parent
d907e90218
commit
8d31cb5bc7
17 changed files with 4689 additions and 136 deletions
|
|
@ -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'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue