Advertisement
Guest User

Untitled

a guest
Jan 12th, 2011
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.19 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Random</title>
  4.     <link rel="stylesheet" type="text/css" href="css/style1.css" />
  5.     <script src="js/jquery-1.4.4.min.js"></script>
  6.     <script src="js/menu.js"></script>
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10.     <div id="header">
  11.         <div id="logo">
  12.             <img src="imgs/logo.png" width="200"/>
  13.         </div>
  14.         <div id="menu">
  15.             <ul>
  16.                 <li class="active" id="home" ><a href="#">Random</a></li>
  17.                 <li id="event" ><a href="#" id="event">Random2</a></li>
  18.                 <li id="about" ><a href="#" id="about">Random3</a></li>
  19.             </ul>
  20.         </div>
  21.         <div id="event_menu" class="submenu">
  22.             <ul id="nav">
  23.                 <li><a href="random1.html">Random1</a></li>
  24.                 <li><a href="random2.html">Random2</a></li>
  25.                 <li><a href="random3.html">Random3</a></li>
  26.             </ul>
  27.         </div>
  28.         <div id="about_menu" class="submenu">
  29.             <ul id="nav">
  30.                 <li><a href="random1.html">Random1</a></li>
  31.                 <li><a href="random2.html">Random2</a></li>
  32.                 <li><a href="random3.html">Random3</a></li>
  33.             </ul>
  34.         </div>
  35.     </div>
  36.     <div id="content">
  37.        
  38.         <h1 style="font-family: 'century gothic';">(valfri text)</h1>
  39.         <p>Random</p>
  40.        
  41.     </div>
  42.     <div id="footer">
  43.         <p>Random copyright notice</p>
  44.     </div>
  45. </div>
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement