Advertisement
Azdle

Unlink HTML

Feb 8th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5.         <title>theUnlink</title>
  6.         <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  7.         <link rel="stylesheet" type="text/css" href="/resources/css/screen.css" media="screen" />
  8.     </head>
  9.     <body>
  10.         <header>
  11.             <img id="header_img" src="/resources/img/logo.png"  alt="theUnlink" />
  12.             <nav>                       <!-- Nav Section Start -->
  13.                 <ul>
  14.                     <li><a href="/about/">About</a></li>
  15.                     <li><a href="/projects/">Projects</a></li>
  16.                     <li><a href="/blog/">Blog</a></li>
  17.                 </ul>
  18.  
  19.             </nav>                      <!-- Nav Section End -->
  20.         </header>
  21.         <div id="main_area">
  22.             <article>
  23.                 <section id="main_section">     <!-- Main Section Start -->
  24.                     <div class="post"><a href="/blog/post/63/" class="title"><h2>A Quick "I'm Not Dead" Update</h2></a>
  25.                     <div class="postinfo">By Pat on Apr 21st 2010</div>
  26.                     <div class="itemcontent">
  27.                         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  28.                     </div>
  29.                     <div class="postinfo">Tags: <a href='/blog/tags/mendel'>mendel</a> <a href='/blog/tags/project:reprap'>project:reprap</a> </div></div>
  30.                 </section>                      <!-- Main Section End -->
  31.                 <aside id="info_section">       <!-- Info Section Start -->
  32.  
  33.                     <a href="/login/">Login</a>
  34.                 </aside>                        <!-- Info Section End -->
  35.             </article>
  36.         </div>
  37.         <footer>
  38.             <p>&copy;2011 Patrick Barrett</p>
  39.         </footer>
  40.  
  41.     </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement