authendication

By suresh, 1 Year ago, written in php.
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3.   <head>
  4.     <title>My.html</title>
  5.        
  6.     <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  7.     <meta http-equiv="description" content="this is my page">
  8.     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  9.    
  10.     <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
  11.  
  12.   </head>
  13.  
  14.   <body>
  15.     This is my HTML page. <br>
  16.   </body>
  17. </html>
  18.