Advertisement
danyo

Untitled

Apr 18th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>RW-Fliesen</title>
  6. <link rel="stylesheet" type="text/css" href="style.css" />
  7.  
  8.  
  9.  
  10. </head>
  11.  
  12. <body>
  13.  
  14. <div id="wrapper">
  15.  
  16.     <div id="header_wrapper">
  17.    
  18.         <div id="header">
  19.        
  20.             <a href="index.html" class="logo" title="Logo"></a>
  21.            
  22.             <div class="contact-info" title="contact-info"></div>
  23.        
  24.             <ul id="navi">
  25.                 <li><a href=" " id="n01">Home</a></li>
  26.                 <li><a href=" " id="n02">Leistungsspektrum</a></li>
  27.                 <li><a href=" " id="n03">Showroom</a></li>
  28.                 <li><a href=" " id="n04">Über uns</a></li>
  29.                 <li><a href=" " id="n05">Kontakt</a></li>
  30.                 <li><a href=" " id="n06">Impressum</a></li>
  31.             </ul>
  32.        
  33.        
  34.        
  35.        
  36.        
  37.        
  38.         </div>
  39.    
  40.     </div>
  41.  
  42.    
  43.    
  44.    
  45.    
  46. </div>
  47.  
  48.  
  49.  
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement