Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <meta charset="utf-8">
  6.     <link rel="stylesheet" type="text/css" href="index.css">
  7. </head>
  8.  
  9.  
  10.  
  11. <body>
  12.     <div class="logo"><img style="width:200px" src="logospark.jpg"></div>
  13.   <nav>
  14.            
  15.            
  16.        
  17.             <ul>
  18.                 <li><a href="index.html">Homepage</a></li>
  19.                
  20.                 <li><a class=".active" href="about_us.html">About us</a></li>
  21.                
  22.                 <li><a  href="#">Our game</a></li>
  23.                
  24.                 <li><a  href="#">Contact</a></li>
  25.                 <div class="line"></div>
  26.           </ul>
  27.                
  28.    </nav>
  29.  
  30.  
  31.  
  32.            
  33.             <form class="search-form">
  34.             <input type="text" placeholder="Search">
  35.              <bottom><img  id="search_image" id="search_image"  ></bottom>
  36.             </form>
  37.        
  38.        
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. </body>
  48.  
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement