Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.27 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.  
  4. <html>
  5. <head>
  6. <link rel="stylesheet" type="text/css" href="Styles.css">
  7. </head>
  8. <body>
  9.     <div class="FreedomCodes">FreedomCodes</div>
  10.     <div id="Nav">
  11.         <div class="buttons">
  12.             <div id="b1">
  13.                 <ul>
  14.                     <a href="index.html"><li>Home</li></a>
  15.                 </ul>
  16.             </div>
  17.             <div id="b2">
  18.                 <ul>
  19.                     <a href="index.html"><li>Downloads</li></a>
  20.                 </ul>
  21.             </div>
  22.         </div>
  23.     <div class="imageArea"></div>
  24.     <div id="textBody">
  25.         <p>Welcome to FreedomCodes, here you can look at our coding index for References, Languages,<br /> Contacts,
  26.         and a Forum will be added later on! Unfortunately that's not currently possible, but stick<br /> around and
  27.         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
  28.         me for any questions on the contact page. We will also be adding a public testing page where you can post download
  29.         links to your software for public testing and the users can give it comments, ratings, feedback, and whatever
  30.         you ask. But for now there is a downloads page where you can download software made by us! Cheers!</p>
  31.     </div>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement