palindrome and day 4.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$head = <<<EOL
|
||||
<head>
|
||||
<title>E-Commerce</title>
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
</head>
|
||||
EOL;
|
||||
|
||||
echo $head;
|
||||
|
||||
Reference in New Issue
Block a user