Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
- <title>FOODTOUR</title>
- <link rel="stylesheet" href="../css/homepage.css">
- <link href="https://fonts.googleapis.com/css?family=Playball&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Devonshire|Ma+Shan+Zheng|Zhi+Mang+Xing&display=swap" rel="stylesheet">
- </head>
- <body>
- <div id="header11">
- <div class="header1">
- <nav>
- <div>
- <a href="#" class="fa fa-facebook"></a>
- <a href="#" class="fa fa-instagram"></a>
- <a href="#" class="fa fa-twitter"></a>
- <!-- <input id="inputBMI" class="fa fa-search" aria-hidden="true" placeholder="Enter BMI"> -->
- </div>
- </nav>
- </div>
- <div class="header">
- <div class="inner_header">
- <div class="logo_container">
- <h1>Food<span>tour</span></h1>
- </div>
- <ul class="navigation">
- <a href="">
- <li>Our story</li>
- </a>
- <a href="">
- <li>Menus</li>
- </a>
- <a href="">
- <li>Order online</li>
- </a>
- <a href="">
- <li>Catering</li>
- </a>
- <a href="">
- <li>Events</li>
- </a>
- <a href="">
- <li>Contact & Reservations</li>
- </a>
- </ul>
- </div>
- </div>
- </div>
- <div id="wrapper">
- <div id="container">
- <div class="omgfoodtour">
- <div class="omg">OMG !!!</div>
- <div class="describ">Enter your height and your weight to help you build a suitable eating plans in 7 days to get better health.</div>
- </div>
- <div class="enter">
- <input id="ip1" type="text" placeholder="Enter your weight">
- <input id="ip2" type="text" placeholder="Enter your height">
- </div>
- <button id="calcu">Calculate</button>
- </div>
- </div>
- <div class="footer">
- <div class="inner_footer">
- <div class="footer_third">
- <h1>Need Help?</h1>
- <a href="">Terms & Conditions</a>
- <a href="">Privacy Policy</a>
- </div>
- <div class="footer_third">
- <h1>More</h1>
- <a href="">Brouchures</a>
- <a href="">Donate</a>
- <a href="">Governance</a>
- <a href="">Impact Reports</a>
- </div>
- <div class="footer_third">
- <h1>Follow Us</h1>
- <span>22 TranDuyHung Street <br> <br>
- BaDinh District <br><br>
- HaNoi VietNam <br> <br>
- L1 4DFJDW
- </span>
- </div>
- </div>
- </div>
- <script src="../js/index.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment