Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1.  <!DOCTYPE html> <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. <title>Smashing HTML5!</title>  
  5. <link rel="stylesheet" href="css/main.css" type="text/css" />  
  6. </head>  
  7. <body id="index" class="home">
  8.  
  9. <?php
  10. $page = $_GET['page'];
  11. include $page;
  12. ?>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement