-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 2 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 2 KB
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
<!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" />
<meta
name="description"
content="`FazTar` is an open-source React-cra boilerplate template written in TypeScript & ESLint, designed for developers and startups for a quick professional codebase with pre-designed CI/CD"
/>
<meta
name="keywords"
content="`FazTar` is an open-source React-cra boilerplate template written in TypeScript & ESLint,designed for developers and startups for a quick professional codebase with pre-designed CI/CD"
/>
<meta property="og:title" content="FazTar - React CRA-Boilerplate Template" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://faztar-iw1w1lmqf-make-mores-projects.vercel.app/" />
<meta
property="og:description"
content="`FazTar` is an open-source React-cra boilerplate template written in TypeScript & ESLint,designed for developers and startups for a quick professional codebase with pre-designed CI/CD"
/>
<meta name="robots" content="index, follow" />
<meta property="og:locale" content="en_EN" />
<meta property="og:site_name" content="FazTar" />
<meta property="og:url" content="https://faztar-iw1w1lmqf-make-mores-projects.vercel.app/" />
<meta property="twitter:title" content="FazTar - React CRA-Boilerplate Template" />
<meta
property="twitter:description"
content="`FazTar` is an open-source React-cra boilerplate template written in TypeScript & ESLint,designed for developers and startups for a quick professional codebase with pre-designed CI/CD"
/>
<meta property="twitter:site" content="https://faztar-iw1w1lmqf-make-mores-projects.vercel.app/" />
<title>FazTar - React CRA-Boilerplate Template</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>