Files
IWD2-02/INFO-1208 (PHP)/Labs/Lab 8/app/index.php
T
2026-03-12 23:46:12 -04:00

4 lines
183 B
PHP

<?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"); ?>