generated from truonghungit/react-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 2.45 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Starter Teamplate</title>
<meta name="theme-color" content="#2296f3" />
<meta name="title" content="React Starter Teamplate" />
<meta
name="description"
content="Start crafting your next great idea with React Starter Teamplate. It using React 17, TypeScript, Vite, Router Dom 6, Tailwind CSS."
/>
<meta name="keywords" content="react, reactjs, react template, react starter template, vite, vite react" />
<meta name="author" content="truonghungit" />
<!-- Open Graph / Facebook -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://reactstatertemplate.github.io/" />
<meta property="og:site_name" content="reactstatertemplate" />
<meta property="article:publisher" content="https://www.facebook.com/codedthemes" />
<meta property="og:title" content="React Starter Teamplate" />
<meta
property="og:description"
content="Start crafting your next great idea with React Starter Teamplate. It using React 17, TypeScript, Vite, Router Dom 6, Tailwind CSS."
/>
<meta property="og:image" content="https://reactstatertemplate.github.io/og-facebook.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://reactstatertemplate.github.io/" />
<meta property="twitter:title" content="React Starter Teamplate" />
<meta
property="twitter:description"
content="Start crafting your next great idea with React Starter Teamplate. It using React 17, TypeScript, Vite, Router Dom 6, Tailwind CSS."
/>
<meta property="twitter:image" content="https://reactstatertemplate.github.io/og-facebook.png" />
<meta name="twitter:creator" content="truonghungit" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>