index.php
index.htm

  Welcome to this DIRECTORY [1]
Go to the default-INDEX of 1 level UP [../]
All you read above this line is the result of a PHP function embedded in the following PHP environment :
<?
echo"html content";
?>
By rightclicking this file you won't see the PHP code of this file.
You can see the complete code of this page at the following link c-index.php.
You can attempt to modify the code of this file and use it on your Taste & Feel.
Get used to the different kind of comments that you will put in your files for your [or other people] future guidance

In html source code environment comments are :
Multilines Comments : <!-- comments -->
Rightclick and check the source HERE for other html-comments
In php environment comments are :
/* multilines */
# One line
// One line