-
Notifications
You must be signed in to change notification settings - Fork 1
/
EATNOW.html
48 lines (43 loc) · 1.48 KB
/
EATNOW.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<style>
h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
image {align-items: center;}
</style>
</head>
<body>
<p>
<img src = "https://drive.google.com/uc?export=view&id=12dkQLHtHLXmDfiWfnuewxkWJHX9drtiw" alt ="test" width = "500" height="400" >
</p>
<h1>Choose your Restaurant</h1>
<p><form>
<label for="res"><p>Postal Code: <p></label>
<input id="res" name="res"><br>
<input type="button" value="Submit">
</form>
</p>
<form action="https://www.foodpanda.sg/restaurant/ujtj/mcdonalds-clementi-mall">
<label for="Restaurant"><p> Choose a Restaurant: <p> </label>
<select name="Restaurant" id="Restaurants">
<option value="Empty"></option>
<option value="Mac">Macdonalds</option>
</select>
<br><br>
<input type="submit" value="Foodpanda">
</form>
<form action=https://food.grab.com/sg/en/restaurant/mcdonald-s-metropolis-delivery/SGDD04957>
<p>
<input type="submit" value="Grab">
</p>
</form>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/8.6.8/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="/__/firebase/8.6.8/firebase-analytics.js"></script>
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
</body>
</html>