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

3
controllers/game.php Normal file
View file

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

3
controllers/login.php Normal file
View file

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