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

3
controllers/mathe.php Normal file
View file

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