Advertisement
Guest User

Untitled

a guest
Nov 26th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Blah Publishing</title>
  4. <link rel="stylesheet" type="text/css" href="css/css.css"/>
  5. <link rel="SHORTCUT ICON" href="images/ffs.ico"/>
  6. </head>
  7. <body>
  8. <div id="header">
  9. <img src="images/blah.jpg" height="90%"/>
  10. <div id="title">
  11. <p>Blah Publishing</p>
  12. </div>
  13. <div class='navbar'><a href='index.php?id=1'>Books</a></div> </div>
  14. <div id="content">
  15. <h1>Books</h1><img src='images/vol1.jpg' align='left' width='300px'/><h1>text text text text text text text</p><hr/><br>
  16. </div>
  17. <div id="footer">
  18. <p>Copyrighted 2012 by Blah Publishing</p>
  19. </div>
  20.  
  21. </body>
  22.  
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement