Advertisement
slothwit17

club90 index

Jul 13th, 2019
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.     <title>Document</title>
  8.     <link rel="stylesheet" href="style.css">
  9. </head>
  10. <body>
  11.     <div class="main-area">
  12.         <nav>
  13.           <div class="logo">CLUB 90</div>
  14.      
  15.           <ul class="menu-area">
  16.             <li><a href="index.html">Home</a></li>
  17.             <li><a href="about.html">About</a></li>
  18.             <li><a href="classes.html">Classes</a></li>
  19.             <li><a href="blog.html">Blog</a></li>
  20.             <li><a href="contact.html">Contact</a></li>
  21.             <li><a href="register.html">Register</a></li>
  22.             <li><a href="events.html">Events</a></li>
  23.           </ul>
  24.         </nav>
  25.       </div>
  26.  
  27.       <div class="search">
  28.         <input type="search" name="" id="">
  29.       </div>
  30.  
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement