Advertisement
Guest User

Untitled

a guest
Jun 11th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Untitled Document</title>
  7. <link href="custom.css" rel="stylesheet" type="text/css" />
  8. </head>
  9.  
  10. <body>
  11.  
  12. <div id="main_container">
  13.     <div id="top_gray"></div>
  14.     <div id="header">
  15.     <div id="left_container"></div>
  16.     <div id="center_container"></div>
  17.     <div id="right_container"></div>
  18.     <div id="footer"></div>
  19. </div>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement