Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
  5. </head>
  6.  
  7. <body>
  8.  
  9. <div id="container">
  10.  
  11.  
  12. <div id="header">
  13. </div>
  14.  
  15.  
  16.  
  17. <div id="centralbody">
  18. <div id="menu">
  19. menu
  20. </div>
  21.  
  22. <div id="mainbody">
  23. </div>
  24.  
  25. </div>
  26.  
  27.  
  28.  
  29. <div id="left">
  30. <div id="leftsidebar">
  31. </div>
  32.  
  33. <div id="boxleft">
  34. boxleft
  35. </div>
  36. </div>
  37.  
  38.  
  39.  
  40. <div id="right">
  41. <div id="rightsidebar">
  42. </div>
  43.  
  44. <div id="boxright">
  45. </div>
  46. </div>
  47.  
  48.  
  49.  
  50.  
  51.  
  52. <div id="footer">
  53. </div>
  54.  
  55.  
  56.  
  57. </div><!---container-->
  58.  
  59. </body>
  60.  
  61. </html>
  62.  
  63. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement