Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <script src='https://kit.fontawesome.com/a076d05399.js'></script>
  7. <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
  8. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  9. <link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
  10. <link href="https://fonts.googleapis.com/css?family=Playball&display=swap" rel="stylesheet">
  11. <link href="https://fonts.googleapis.com/css?family=Devonshire|Ma+Shan+Zheng|Zhi+Mang+Xing&display=swap" rel="stylesheet">
  12. <link rel="stylesheet" href="../css/fb.css">
  13. <title>Document</title>
  14. </head>
  15. <body>
  16. <div id="header11">
  17. <div class="header1">
  18. <nav>
  19. <div>
  20. <a href="#" class="fa fa-facebook"></a>
  21. <a href="#" class="fa fa-instagram"></a>
  22. <a href="#" class="fa fa-twitter"></a>
  23. <!-- <input id="inputBMI" class="fa fa-search" aria-hidden="true" placeholder="Enter BMI"> -->
  24. </div>
  25. </nav>
  26. </div>
  27. <div class="header">
  28. <div class="inner_header">
  29. <div class="logo_container">
  30. <button id="logoo" onclick="logoo()">
  31. <h1>
  32.  
  33. Food<span id = 'insertIcon'>tour</span>
  34.  
  35. </h1>
  36. </button>
  37.  
  38. </div>
  39. <ul class="navigation">
  40. <a href="">
  41. <li>Our story</li>
  42. </a>
  43. <a href="">
  44. <li>Menus</li>
  45. </a>
  46. <a href="../html/feedback.html">
  47. <li id = 'feedback'>Feedback</li>
  48. </a>
  49. <a href="../html/findBMI.html">
  50. <li>FindByBMI</li>
  51. </a>
  52. <a href="">
  53. <li>Events</li>
  54. </a>
  55. <a href="">
  56. <li>Contact & Reservations</li>
  57. </a>
  58. </ul>
  59. </div>
  60. </div>
  61.  
  62. </div>
  63. <div class="phanhoi">
  64. <h2>Phản hồi Trang web</h2>
  65. </div>
  66. <div class="phanhoi1">
  67. <p class="phanhoi1dong1">Chúng tôi đánh giá cao các bình luận và góp ý của bạn.</p>
  68. <br>
  69. <p><span class="foot-note">Mọi ý kiến đóng góp, bình luận sẽ được kiểm duyệt bởi nhân viên. Nếu cung cấp địa chỉ email, bạn sẽ nhận được phản hồi nhanh chóng từ chúng tôi<sup></sup>.</span></p>
  70. </div>
  71. <div>
  72. <input type="text" name="" id="" placeholder="Email hoặc Tên của bạn">
  73. </div>
  74. <div>
  75. <input type="text" name="" id="" placeholder="Phản Hồi">
  76. </div>
  77. <!-- <div>
  78. Cảm ơn lời phản hồi của bạn. Chúng tôi sẽ
  79. </div> -->
  80. <div>
  81. <button class="btn">Gửi</button>
  82. </div>
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. <div class="footer">
  93. <div class="inner_footer">
  94.  
  95. <div class="footer_third">
  96. <h1>Need Help?</h1>
  97. <a href="">Terms &amp; Conditions</a>
  98. <a href="">Privacy Policy</a>
  99. </div>
  100.  
  101. <div class="footer_third">
  102. <h1>More</h1>
  103. <a href="">Brouchures</a>
  104. <a href="">Donate</a>
  105. <a href="">Governance</a>
  106. <a href="">Impact Reports</a>
  107. </div>
  108.  
  109. <div class="footer_third">
  110. <h1>Follow Us</h1>
  111. <span>22 TranDuyHung Street <br> <br>
  112. BaDinh District <br><br>
  113. HaNoi VietNam <br> <br>
  114. L1 4DFJDW
  115. </span>
  116. </div>
  117. </div>
  118. </div>
  119. <script src="../js/fb.js"></script>
  120. </body>
  121. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement