-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (20 loc) · 956 Bytes
/
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
<!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>React Project</title>
<meta name="description"
content="curated collection of open-source projects, components, custome react-hooks, and more, all in one place" />
<meta property="og:title" content="React Project" />
<meta property="og:description" content="Curated collection of open-source projects, components, custom React hooks, and more, all in one place." />
<meta property="og:type" content="website" />
<meta name="author" content="No0ne003" />
<meta name="keywords" content="React, Vite, Open-Source Projects, Custom React Hooks, Components, Javascript, css, tailwind, ui.shadcn, shadcn" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>