<?php 
    //Include menu options applicable to all pages of the web site 
    include("PhpSampleTemplate.php"); 
?> 
 
<!DOCTYPE html> 
<html lang="en"> 
    <head> 
        <meta charset="utf-8" /> 
        <title>2 Years Ago, that was on th C Panel, Now on  Azure</title> 
    </head> 
    <body> 
        <p> 
             
        </p> 
    </body> 
</html> 
 
 |