Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Thomas Kobelsky

By: a guest on Jan 5th, 2009  |  syntax: PHP  |  size: 0.49 KB  |  hits: 99  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1.  
  2. <body>
  3.  
  4. <div id="wrap">
  5.  
  6. <div id="header">
  7. <h1><a href="index.html">Thomas Kobelsky's Blog</a></h1>
  8. <br />
  9. <h2>Filled with reviews, rants/raves, and puns.</h2>
  10. </div>
  11.  
  12.  
  13. <div class="left">
  14. <h2><a href="#">Projects Placeholder #1</a></h2>
  15. <div class="articles"><em>December 6, 2008</em><br />
  16. <br />Projects go here LOLOL
  17. <br />
  18. <br />
  19. -tk
  20. </div>
  21. </div>
  22. <div class="right">
  23. <?php include 'categories.php'; ?>
  24. </div>
  25.  
  26. </div>
  27.  
  28.  
  29. <div style="clear: both;"> </div>
  30. </div>
  31. </html>