Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <div id="header11">
  2. <div class="header1">
  3. <nav>
  4. <div>
  5. <a href="#" class="fa fa-facebook"></a>
  6. <a href="#" class="fa fa-instagram"></a>
  7. <a href="#" class="fa fa-twitter"></a>
  8. <!-- <input id="inputBMI" class="fa fa-search" aria-hidden="true" placeholder="Enter BMI"> -->
  9. </div>
  10. </nav>
  11. </div>
  12. <div class="header">
  13. <div class="inner_header">
  14. <div class="logo_container">
  15. <button id="logoo" onclick="logoo()">
  16. <h1>
  17. Food<span id = 'insertIcon'>tour</span>
  18. </h1>
  19. </button>
  20. </div>
  21. <ul class="navigation">
  22. <a href="">
  23. <li>Our story</li>
  24. </a>
  25. <a href="">
  26. <li>Menus</li>
  27. </a>
  28. <a href="../html/feedback.html">
  29. <li id = 'feedback'>Feedback</li>
  30. </a>
  31. <a href="../html/findBMI.html">
  32. <li>FindByBMI</li>
  33. </a>
  34. <a href="">
  35. <li>Events</li>
  36. </a>
  37. <a href="">
  38. <li>Contact & Reservations</li>
  39. </a>
  40. </ul>
  41. </div>
  42. </div>
  43. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement