improve CSS on workshop 5

This commit is contained in:
boris
2024-10-17 23:28:35 +01:00
parent 9b6cf0badd
commit 2238305d65
29 changed files with 2399 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
<?php
$view = new stdClass();
$view->pageTitle = 'Homepage';
require_once('Views/index.phtml');