getting started

This commit is contained in:
2025-03-04 15:53:39 -07:00
parent 89abe16a15
commit 5ff7b55e54
24 changed files with 45 additions and 4761 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
include_once('includes/components/head.php');
echo '<h1>Hello cruel world!</h1>';
include_once('includes/components/foot.php');
?>