palindrome and day 4.

This commit is contained in:
Joshua Ashton
2025-01-29 21:35:04 -07:00
parent 6386df1df3
commit c56fdc42d6
6 changed files with 156 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
echo '<!doctype html>';
echo '<html lang="en">';
include('head.php');
echo '<body>';
include('nav.php');
echo '</body>';
echo '</html>';