Advertisement
cgrunwald

Untitled

Dec 23rd, 2010
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <html lang="en"><head>
  2.  
  3.  
  4. <meta charset="utf-8">
  5. <title>LLU CSS3</title>
  6.  
  7. <link type="text/css" href="main.css" rel="stylesheet">
  8.  
  9. <!--[if IE]>
  10.     <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  11. <!--[if lte IE 7]>
  12.     <script src="js/IE8.js" type="text/javascript"></script><![endif]-->
  13. <!--[if lt IE 7]>
  14.     <link rel="stylesheet" type="text/css" media="all" href="css/ie6.css"/><![endif]-->
  15. </head><body class="home" id="index">
  16.     <div id="userbox_wrap" style="">
  17.             <div id="userbox">
  18.         <p>Welcome <br><strong class="name">GUEST</strong></p>
  19.         </div>
  20.         </div>
  21.         <div id="content_wrap">
  22.             <header id="banner">
  23.         <nav>
  24.             <ul>
  25.                 <li class="active"><a href="#">home</a></li>
  26.                 <li><a href="#">achievements</a></li>
  27.                 <li><a href="#">scoreboard</a></li>
  28.                 <li><a href="#">community</a></li>
  29.                 <li><a href="#">news</a></li>
  30.             </ul>
  31.         </nav>
  32.         </header>
  33.         <section class="body" id="content">
  34.         testing 1 2 3
  35.         </section>
  36.         </div>
  37. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement