-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathindex.html
30 lines (26 loc) · 1.23 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
<!doctype html>
<html lang="en" style="background: #060606;">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1GF5NXTV27"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1GF5NXTV27');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" sizes="16x16 32x32" href="public/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#060606" />
<meta name="description"
content="An open source collection of high quality, animated, interactive & fully customizable React components for building stunning, memorable user interfaces." />
<meta name="keywords"
content="React, React tutorials, React tips, React best practices, React development, React guides, React articles, React ecosystem, JavaScript, frontend development, ReactJS, UI Library, Component Library, React Components, React Animations" />
<title>React Bits - Animated UI Components For React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>