-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (157 loc) · 5.72 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="HandheldFriendly" content="True" />
<title>IQBenchmark - Are you smarter than Elon Musk?</title>
<meta
name="description"
content="A simple, easy to use tool to know your IQ and compare it to others"
/>
<meta
name="title"
content="IQBenchmark - Are you smarter than Elon Musk?"
/>
<meta
name="keywords"
content="IQ test,IQ,test,psychometric,Intelligence,psychology,genius"
/>
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<link
rel="alternate icon"
type="image/svg+xml"
href="/src/favicon.svg"
sizes="16x16"
/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link
rel="apple-touch-startup-icon"
href="/apple-touch-icon.png"
sizes="180x180"
/>
<link rel="mask-icon" href="/src/favicon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#2196f3" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<link rel="canonical" href="https://iqbenchmark.netlify.app/" />
<meta property="og:type" content="product" />
<meta
property="og:title"
content="IQBenchmark - Are you smarter than Elon Musk?"
/>
<meta
property="og:description"
content="A simple, easy to use tool to know your IQ and compare it to others."
/>
<meta property="og:url" content="https://iqbenchmark.netlify.app/" />
<meta property="og:site_name" content="Iqbenchmark" />
<meta
property="og:image"
content="https://i.postimg.cc/rzj7qpnw/logo.jpg"
/>
<meta name="apple-mobile-app-capable" content="yes" />
<meta
http-equiv="Content-Security-Policy"
content="default-src * data: blob: filesystem: about: ws: wss: 'unsafe-inline' 'unsafe-eval' ; script-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * data: blob: 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; frame-src * data: blob: ; style-src * data: blob: 'unsafe-inline'; font-src * data: blob: 'unsafe-inline';"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://iqbenchmark.netlify.app/" />
<meta
property="twitter:title"
content="IQBenchmark - Are you smarter than Elon Musk?"
/>
<meta
property="twitter:description"
content="A simple, easy to use tool to know your IQ and compare it to others."
/>
<meta
property="twitter:image"
content="https://i.postimg.cc/rzj7qpnw/logo.jpg"
/>
<meta name="google-site-verification" content="DSAKqEhmB2jaM4tYbHsefNuvP8HFm1_na20ok5kf2_g" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": ["VideoGame", "MobileApplication"],
"name": "IQBenchmark",
"url": "https://iqbenchmark.netlify.app",
"sameAs": ["https://www.instagram.com/iqbenchmark/?hl=en"]
}
</script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5384509151499659"
crossorigin="anonymous"
></script>
<!-- Hotjar Tracking Code for https://iqbenchmark.netlify.app/ -->
<script>
;(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
;(h.hj.q = h.hj.q || []).push(arguments)
}
h._hjSettings = { hjid: 3039692, hjsv: 6 }
a = o.getElementsByTagName("head")[0]
r = o.createElement("script")
r.async = 1
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv
a.appendChild(r)
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=")
</script>
<!-- Begin Inspectlet Asynchronous Code -->
<script type="text/javascript">
;(function () {
if (window.location.hostname === "localhost") return
window.__insp = window.__insp || []
__insp.push(["wid", 617083818])
var ldinsp = function () {
if (typeof window.__inspld != "undefined") return
window.__inspld = 1
var insp = document.createElement("script")
insp.type = "text/javascript"
insp.async = true
insp.id = "inspsync"
insp.src =
("https:" == document.location.protocol ? "https" : "http") +
"://cdn.inspectlet.com/inspectlet.js?wid=617083818&r=" +
Math.floor(new Date().getTime() / 3600000)
var x = document.getElementsByTagName("script")[0]
x.parentNode.insertBefore(insp, x)
}
setTimeout(ldinsp, 0)
})()
</script>
<!-- End Inspectlet Asynchronous Code -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-52NN4HX" height="0" width="0"
style="display: none; visibility: hidden"></iframe></noscript> -->
<!-- End Google Tag Manager (noscript) -->
<div id="fb-root"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-0CM31JGVG7"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "G-0CM31JGVG7")
</script>
</body>
</html>