Advertisement
Guest User

Section of Code - HTML

a guest
Feb 28th, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">
  3. <html>
  4.     <head>
  5.         <link rel="stylesheet" type="text/css" href="Styles.css" />
  6.     </head>
  7.     <body>
  8.         <div class="container">
  9.             <div class="FreedomCodes">FreedomCodes</div>
  10.             <div id="Nav">
  11.                 <div class="buttons">
  12.                     <div id="b1">
  13.                         <ul>
  14.                             <li>
  15.                                 <a href="index.html">Home</a>
  16.                             </li>
  17.                             <li>
  18.                                 <a href="index.html">Downloads</a>
  19.                             </li>
  20.                         </ul>
  21.                     </div>
  22.                 </div>
  23.             </div>
  24.             <div class="imageArea"></div>
  25.             <div id="textBody">
  26.                 <p>
  27.                     Welcome to FreedomCodes, here you can look at our coding index for References, Languages,<br /> Contacts,
  28.                     and a Forum will be added later on! Unfortunately that's not currently possible, but stick<br /> around and
  29.                     I assure you it will be soon! But while your waiting you can enjoy our completely free and easy <br />Reference and Resources! You can contact
  30.                     me for any questions on the contact page. We will also be adding a public testing page where you can post download
  31.                     links to your software for public testing and the users can give it comments, ratings, feedback, and whatever
  32.                     you ask. But for now there is a downloads page where you can download software made by us! Cheers!
  33.                 </p>
  34.             </div>
  35.         </div>
  36.     </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement