This commit is contained in:
Joshua Ashton
2025-03-06 23:08:52 -07:00
parent 86d501c980
commit 551abb66b5
12 changed files with 514 additions and 20 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
include_once('../includes/components/head.php');
echo '<h1>Home</h1>';
include_once('../includes/components/foot.php');