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 require('template/header.phtml') ?>
<h2>Welcome to Page1</h2>
<?php require('template/footer.phtml') ?>