NeonixHD

Untitled

Dec 7th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <title>Mon super site</title>
  6.     </head>
  7.  
  8.     <body>
  9.  
  10.     <?php include("entete.php"); ?>
  11.    
  12.     <?php include("menus.php"); ?>
  13.    
  14.     <!-- Le corps -->
  15.    
  16.     <div id="corps">
  17.         <h1>Mon super site</h1>
  18.        
  19.         <p>
  20.             Bienvenue sur mon super site !<br />
  21.             Vous allez adorer ici, c'est un site génial qui va parler de... euh... Je cherche encore un peu le thème de mon site. :-D
  22.         </p>
  23.     </div>
  24.    
  25.     <!-- Le pied de page -->
  26.    
  27.     <?php include("pied_de_page.php"); ?>
  28.    
  29.     </body>
  30. </html>
Add Comment
Please, Sign In to add comment