Guest User

Untitled

a guest
Jul 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <head>
  2. <title>My Page</title>
  3. </head>
  4.  
  5. <?php header('Content-Type: text/html; charset=UTF-8'); ?>
  6.  
  7. <body>
  8. <!-- FRAMEWORK STARTS HERE //-->
  9. <div class="menu">
  10. <a href="link_to_page1">LINK1</a>
  11. <a href="link_to_page2">LINK2</a>
  12. </div>
  13. <div class="content">
  14.  
  15. </div>
  16. //-- FRAMEWORK ENDS HERE //-->
  17. </body>
Add Comment
Please, Sign In to add comment