-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<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="description"
content="Cook Book, is designed to help users find a wide range of recipes based on their preferences and dietary needs. This website also offers voice interactivity as a feature, allowing users to use it hands-free and make their search experience even more convenient."
/>
<meta name="keywords" content="Recipe Search Engine with Alan AI" />
<meta name="author" content="Gulam Yazdani" />
<title>Cook Book | Instant Recipe</title>
<!--css link -->
<link rel="stylesheet" href="./src/css/style.css" />
<link rel="shortcut icon" href="./favicon.png" type="image/x-icon" />
<!-- fontsawrsome kit -->
<script src="https://kit.fontawesome.com/92b53f8263.js" crossorigin="anonymous"></script>
</head>
<body class="bg-gray-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>