added changes in math view and added learning view

This commit is contained in:
Patryk Hegenberg 2022-12-18 14:35:56 +01:00
parent 3f7c7ef7dd
commit 0c5e0088f7
15 changed files with 450 additions and 37 deletions

3
controllers/learn.php Normal file
View file

@ -0,0 +1,3 @@
<?php
$heading = "Learn";
require "views/learn.view.php";