-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="YumShares is a user-friendly website that enables users to share and discover meals and recipes worldwide. Built with React and React Router, it provides a platform for users to interact and explore a variety of culinary creations. The responsive design ensures seamless usage on any device." />
<meta name="keywords" content="yumShares, meals, recipes, sharing, culinary, website" />
<meta name="author" content="Ijeoma Igboagu" />
<meta property="og:title" content="yumShares💖" />
<meta property="og:description" content="YumShares is a user-friendly website that enables users to share and discover meals and recipes worldwide." />
<meta property="og:image" content="./img/yumShares.gif" />
<meta property="og:url" content="https://yum-shares.vercel.app/" />
<meta name="twitter:title" content="yumShares💖" />
<meta name="twitter:description" content="YumShares is a user-friendly website that enables users to share and discover meals and recipes worldwide." />
<meta name="twitter:image" content="./img/yumShares.gif" />
<title>yumShares💖</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>