Advertisement
Azdle

Untitled

Aug 6th, 2011
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>theUnlink</title>
  5.         <link rel="stylesheet" type="text/css" href="resources/css/screen.css" media="screen" />
  6.     </head>
  7.     <body>
  8.         <header>
  9.             <img id="header_img" src="resources/img/logo.png"  alt="theUnlink" />
  10.             <nav>                       <!-- Nav Section Start -->
  11.                 <ul id="nav">
  12.                 <li><a href="/about/">About</a></li>
  13.                 <li><a href="/projects/">Projects</a></li>
  14.                 <li><a href="/blog/">Blog</a></li>
  15.                 </ul>
  16.             </nav>                      <!-- Nav Section End -->
  17.         </header>
  18.         <section id="main_section">     <!-- Main Section Start -->
  19.             <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>
  20.             <aside id="info_section">   <!-- Info Section Start -->
  21.                 <a href="/login/">Login</a>
  22.             </aside>                    <!-- Info Section End -->
  23.         </section>                      <!-- Main Section End -->
  24.         <footer>
  25.             <p>&copy;2011 BigPat</p>
  26.         </footer>
  27.     </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement