-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.43 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
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tomato - Fast & Fresh Food Delivery</title>
<meta
name="description"
content="Tomato is a fast and reliable food delivery service, offering a wide variety of dishes from local restaurants, delivered fresh to your door."
/>
<meta
name="keywords"
content="food delivery, online food ordering, restaurant delivery, fast delivery, fresh food, local restaurants, Tomato delivery"
/>
<meta name="robots" content="index, follow" />
<meta name="author" content="Tomato" />
<meta property="og:title" content="Tomato - Fast & Fresh Food Delivery" />
<meta
property="og:description"
content="Order from a wide variety of dishes from your favorite local restaurants with Tomato. Fast delivery guaranteed!"
/>
<meta property="og:image" content="/header_img.png" />
<meta property="og:url" content="https://food-delivery-sigma-nine.vercel.app/" />
<meta property="og:type" content="website" />
<!-- Fonts and Styles -->
<link
href="https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>