-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
28 lines (25 loc) · 1.36 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
<!doctype html>
<html lang="en" dir="ltr">
<head>
<title>Custom Hooks</title>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2, viewport-fit=cover" />
<meta name="author" content="Moamal Alaa Kareem">
<meta name="description"
content="Explore a treasure trove of custom React hooks on our website, each accompanied by detailed explanations, live code examples, and input/output demonstrations. Copy and download the code effortlessly, and stay tuned as we regularly add new hooks. Enhance your React projects with our comprehensive collection. Download all hooks as a convenient RAR file for seamless integration.">
<meta name="keywords"
content="custom hooks, react custom hooks, custom hooks example, react custom hooks examples, custom hooks in react js, how to create custom hooks in react, usetoggle, usefetch, usedebounce, useform, use local storage">
<meta name="theme-color" content="#181818">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.webp" type="image/webp">
<!-- Manifest PWA -->
<link rel="manifest" href="./manifest.json">
<!-- Preloaded content -->
<link rel="preload" href="./src/Assets/Images/introduction-image.webp" as="image" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>