forked from ProjecrtChloride/Chloride-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (63 loc) · 2.57 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
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<title>ChlorideOS</title>
<meta
name="description"
content="ChlorideOS, Improve your PC's performance "
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="preload" as="image" href="/src/assets/desktop.jpg" />
<meta name="msapplication-TileColor" content="#000000" />
<meta name="theme-color" content="#000000" />
<meta name="msapplication-config" content="browserconfig.xml" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://chlorideos.netlify.app/" />
<meta property="og:title" content="ChlorideOS" />
<meta property="og:image" content="https://i.ibb.co/yB8zVLY/ogImage.png" />
<meta
property="og:description"
content="ChlorideOS, Improve your PC's performance"
/>
<meta property="og:site_name" content="ChlorideOS" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Z3DCW88F40"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-Z3DCW88F40");
</script>
<!-- <meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' https://www.youtube.com https://youtube.com;
img-src 'self' https://img.youtube.com https://www.youtube.com;
font-src 'self' https://fonts.googleapis.com https://fonts.gstatic.com;
style-src 'self' https://unpkg.com https://fonts.googleapis.com
'sha256-6e/4s8YsPjCrf1ZKwr270z7MsX5swz7DYUCNtoUS8AQ='
'sha256-RBkh2zCk8qGCbOxmwE465ykYA4Ekw9Ab9cUWEvZ1/o4='
'sha256-Kng7cbydLuvQPnkD/xTd9O4YYScEuOJw5lAiQZZdOX0='
'sha256-fZVe5l7kxt0t7nLbXif8GD4tMMwHpevu90Egke14kr0=';"
/> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>