-
Notifications
You must be signed in to change notification settings - Fork 3
/
Fantastic Food Order Website.html
130 lines (81 loc) · 3.73 KB
/
Fantastic Food Order Website.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<!-- saved from url=(0041)file:///C:/Users/abhia/Desktop/Hello.html -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Fantastic Food Order Website</title>
<link rel="stylesheet" href="./Fantastic Food Order Website_files/styles.css">
</head>
<body>
<header>
<h1> Fantastic Food Order Website</h1>
<nav>
</nav>
</header>
<section id="home-section">
<h2>Welcome to our Food Order Website</h2>
<p>Delicious food delivered to your doorstep at Free Delivery.</p>
<p>Order the food at easiest way at front to front Chatting with Mira.</p>
</section>
<footer>
<p>© 2024 Fantastic Food Order Website</p>
</footer>
<section id="menu-section">
<h2>Our Delicious Menu</h2>
<div class="menu-item">
<img src="./Fantastic Food Order Website_files/pizza.jpg" alt="Pizza" style="width: 200px; height: 150px;">
<h3> Pizza</h3>
<p>Delicious pepperoni pizza with a crispy crust.</p>
<p> At just in 80 rs</p>
</div>
<div class="menu-item">
<img src="file:///C:/Users/abhia/Desktop/images%201/Vadapav.jpg" alt="Vadapav" style="width: 200px; height: 150px;">
<h3>Classic Cheeseburger</h3>
<p>A delicious classic Vadapav with all the fixings.</p>
<p> At just in 20 rs</p>
</div>
<div class="menu-item">
<img src="file:///C:/Users/abhia/Desktop/images%201/Mango%20lassi.jpg" alt="Mango Lassi" style="width: 200px; height: 150px;">
<h3>Classic Cheeseburger</h3>
<p>A delicious Mango Lassi with all the fixings.</p>
<p> At just in 30 rs</p>
</div>
<!--Chat with Mira to Place the Order -->
<header>
Chat with Mira to Place the Order
</header>
<section id="content-section">
<!-- Paste the Mira Bot embed code here -->
<div id="mira-bot-embed">
<iframe width="350" height="430" allow="microphone;" src="./Fantastic Food Order Website_files/fc84ef6d-4142-45e8-871a-6712f669c6f2.html"></iframe>
</div>
</section>
<footer>
</footer>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - Food Order Website</title>
<link rel="stylesheet" href="./Fantastic Food Order Website_files/styles.css">
<!-- Add any scripts or stylesheets needed for the chatbot (refer to Mira Bot documentation) -->
<script src="file:///C:/Users/abhia/Desktop/mira-bot-script.js" defer=""></script>
<section id="contact-section">
<h2>Contact Us</h2>
<p>Have questions or suggestions? Feel free to reach out to us.</p>
<div class="contact-info">
<p>Email: [email protected]</p>
<p>Phone: +1 (123) 456-7890</p>
</div>
<!-- Contact Form -->
<form action="file:///C:/Users/abhia/Desktop/process_contact.php" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required="">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required="">
<!-- Chatbot Embed -->
<div id="mira-bot-embed">
<!-- Paste the Mira Bot embed code/script here -->
<!-- This might be provided by Mira Bot and could include a script tag similar to the one above -->
</div>
</form></section>
<footer>
<p>© 2024 Food Order Website</p>
</footer>
</section></body></html>