pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

brennydoogles private pastebin - collaborative debugging tool What's a private pastebin?


Posted by Brendon Dugan on Thu 21 Aug 19:21
report abuse | download | new post

  1.    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.     <html xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.     <title>Dugan Photography</title>
  6.     <meta name="author" content="MY NAME REMOVED FROM TEH INTERNET" />
  7.     <link rel="stylesheet" type="text/css" href="stylesheet.css" />
  8.     <link href="galleria.css" rel="stylesheet" type="text/css" media="screen">
  9.     <script type="text/javascript" src="jquery.js"></script>
  10.     <script type="text/javascript" src="jquery.galleria.js"></script>
  11.     </head>  
  12.     <body>
  13.        <div id="container">
  14.           <div id="header">
  15.              Weddings by THE NAMES OF ME AND MY WIFE REMOVED FROM TEH INTERNET    
  16.           </div>
  17.           <div id="left">
  18.              <a href="index.php">Home</a><br />
  19.              <a href="about.php">About Us</a><br />
  20.              <a href="gallery.php">Gallery</a><br />
  21.              <a href="contact.php">Contact Us</a><br />
  22.           </div>
  23.           <div id="content">
  24.              <ul class="gallery">
  25.                 <script type="text/javascript">$('ul.gallery').galleria();</script>
  26.                 <li><img class="noscale" src="images/couple2.jpg" title="A caption" alt="The Bride and Groom" /></li>
  27.                 <li><img class="noscale" src="images/charleston.jpg" title="A caption" alt="The Bride and Groom" /></li>
  28.                 <li><img class="noscale" src="images/glasses.jpg" title="A caption" alt="The Bride and Groom" /></li>
  29.                 <li><img class="noscale" src="images/yatta.jpg" title="A caption" alt="The Bride and Groom" /></li>
  30.                 <li><img class="noscale" src="images/couple1.jpg" title="A caption" alt="The Bride and Groom" /></li>
  31.                 <li><img class="noscale" src="images/fgandrbkissbride.jpg" title="A caption" alt="The Bride and Groom" /></li>
  32.              </ul>
  33.           </div>
  34.           <div id="footer">
  35.              Copyright 2007 THE NAMES OF ME AND MY WIFE REMOVED FROM TEH INTERNET
  36.           </div>  
  37.        </div>
  38.     </body>
  39.     </html>

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post