palindrome and day 4.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
echo '<!doctype html>';
|
||||
echo '<html lang="en">';
|
||||
include('head.php');
|
||||
|
||||
echo '<body>';
|
||||
include('nav.php');
|
||||
echo '</body>';
|
||||
echo '</html>';
|
||||
|
||||
Reference in New Issue
Block a user