Advertisement
Guest User

index.php

a guest
Oct 19th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8">
  5.  
  6.         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  7.  
  8.     </head>
  9.  
  10.     <body>
  11.  
  12.         <header>
  13.             <?php include( "/var/www/html/inc/header.html" ); ?>           
  14.         </header>
  15.  
  16.         <main>
  17.  
  18.         </main>
  19.            
  20.         <footer>
  21.             <?php include("/var/www/html/inc/footer.html" ); ?>
  22.         </footer>
  23.  
  24.     </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement