-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
26 lines (25 loc) · 1.22 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Zaika: The Swaad of India is a dynamic food delivery platform bringing the flavors of India to your doorstep. Discover a wide array of restaurants, from highly-rated to budget-friendly options. Enjoy pure vegetarian dishes and fast delivery services. With interactive search functionality and a seamless user experience, Zaika ensures a delightful dining experience for all. Join Zaika today and embark on a culinary journey like never before!"
/>
<title>Zaika: The Swaad of India</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="./logos/favicon.jpg" type="image/x-icon" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/App.jsx"></script>
</body>
</html>