Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4. <title>Infinatic's Burgers</title>
  5. <link rel="stylesheet" href="style.css">
  6. <link rel='icon' href='images/favicon.ico' type='image/x-icon'/ >
  7. </head>
  8.  
  9. <body>
  10.  
  11. <!-- <div class="container">
  12. <img src="images/logo.png" alt="Burger Logo" width="125" height="125">
  13. </div> -->
  14.  
  15. <div class="navWrapper">
  16. <ul><li class="first active"><a href="index.html" title="Home" >Home</a></li>
  17. <li><a href="about.html" title="About" >About</a></li>
  18. <li><a href="menu.html" title="Menu" >Menu</a></li>
  19. <li class="last"><a href="contact.html" title="Contact" >Contact</a></li></ul>
  20. </div>
  21.  
  22. <!-- <div class="topnav">
  23. <a class="active" href="#home">Home</a>
  24. <a href="#news">About</a>
  25. <a href="#contact">Menu</a>
  26. <a href="#about">Contact</a>
  27. </div> -->
  28.  
  29.  
  30. <!-- <footer>
  31. © Infinatic's Burgers 2019
  32. </footer>-->
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement