-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (45 loc) · 2.24 KB
/
index.html
File metadata and controls
52 lines (45 loc) · 2.24 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Google Docs</title>
<meta name="title" content="Google Docs Clone">
<meta name="description"
content="This project is a front-end clone of Google Docs. It replicates the interface and interactions of Google Docs using React.js and Tailwind CSS.">
<meta name="keywords"
content="google, googledocs, react, reactjs, react.js, tailwindcss, tailwind css, vitejs, vite, clone, dev">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://google-docs-clone-akd.netlify.app/">
<meta property="og:title" content="Google Docs">
<meta property="og:description"
content="This project is a front-end clone of Google Docs. It replicates the interface and interactions of Google Docs using React.js and Tailwind CSS.">
<meta property="og:image" content="seoImage.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://google-docs-clone-akd.netlify.app/">
<meta property="twitter:title" content="Google Docs">
<meta property="twitter:description"
content="This project is a front-end clone of Google Docs. It replicates the interface and interactions of Google Docs using React.js and Tailwind CSS.">
<meta property="twitter:image" content="seoImage.png">
<!--Clarity-->
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "h94dekffzu");
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>