PHP lab 8

This commit is contained in:
2026-03-12 23:46:12 -04:00
parent 8b132e776f
commit 8c78e75b97
17 changed files with 273 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php define("TITLE", "Best Pizza In The World!"); ?>
<?php include("template/header.php"); ?>
<p>This is the content of the home page.</p>
<?php include("template/footer.php"); ?>