Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.     <meta charset="utf-8">
  5.     <title>Your title</title>
  6.     <link href="css/style.css" rel="stylesheet">
  7.     </head>
  8.  
  9.     <body>
  10.     <?php include("header.php")?>
  11.     <?php include("index.php")?>   
  12.     <?php include("footer.php")?>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement