Advertisement
Guest User

index.html

a guest
Jan 10th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <title>Food Delight</title>
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
  8.  
  9.  
  10. <script type="text/javascript" src="js/foodstore.js"></script>
  11.  
  12. </head>
  13. <body onload="process() ">
  14. <h3>The Curry Bucket</h3>
  15. Enter the Food you would like to Eat:
  16. <input type="text" id="userInput" />
  17. <div id="underInput" />
  18.  
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement