-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/icon.ico" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Christian FL" />
<meta name="description" content="Our mission is to provide our customers with a place to celebrate life's special moments by providing the best food, service."/>
<meta name="theme-color" content="#0F0F0F" />
<meta name="msapplication-TileColor" content="#0F0F0F" />
<meta name="keywords" content="menu, food, delicious, restaurant">
<meta name="url" content="https://delifoodc.netlify.app/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Delicious food" />
<meta property="og:description" content="Our mission is to provide our customers with a place to celebrate life's special moments by providing the best food, service." />
<link rel="canonical" href="https://delifoodc.netlify.app/" />
<link rel="sitemap" type="application/xml" href="/humans.txt" />
<link rel="author" href="https://delifoodc.netlify.app/humans.txt" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<title>Delicious food</title>
</head>
<body>
<div id="root" class="bg-White dark:bg-Black transition-colors"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>