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
+10
View File
@@ -0,0 +1,10 @@
<?php
$head = <<<EOL
<head>
<title>E-Commerce</title>
<link rel="stylesheet" href="css/styles.css">
</head>
EOL;
echo $head;