Skip to content

Commit 4bad69c

Browse files
committed
added smartlook tag
1 parent 3afa32e commit 4bad69c

1 file changed

Lines changed: 110 additions & 1 deletion

File tree

index.html

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,110 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta httpequiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cover"/><title>RN</title><style>#root,body,html{width:100%;-webkit-overflow-scrolling:touch;margin:0;padding:0;min-height:100%}#root{flex-shrink:0;flex-basis:auto;flex-grow:1;display:flex;flex:1}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;height:calc(100% + env(safe-area-inset-top))}body{display:flex;overflow-y:auto;overscroll-behavior-y:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:scrollbar}</style><link rel="manifest" href="/manifest.json"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png"><link rel="shortcut icon" href="/favicon.ico"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-touch-fullscreen" content="yes"><meta name="apple-mobile-web-app-title" content="RN"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><link rel="apple-touch-icon" sizes="180x180" href="/pwa/apple-touch-icon/apple-touch-icon-180.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-640x1136.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1242x2688.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-828x1792.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1125x2436.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1242x2208.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-750x1334.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-2048x2732.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1668x2388.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1668x2224.png"><link rel="apple-touch-startup-image" media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1536x2048.png"><script defer="defer" src="/static/js/293.e8835185.js"></script><script defer="defer" src="/static/js/main.80a08226.js"></script></head><body><noscript><form action="" style="background-color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999"><div style="font-size:18px;font-family:Helvetica,sans-serif;line-height:24px;margin:10%;width:80%"><p>Oh no! It looks like JavaScript is not enabled in your browser.</p><p style="margin:20px 0"><button type="submit" style="background-color:#4630eb;border-radius:100px;border:none;box-shadow:none;color:#fff;cursor:pointer;font-weight:700;line-height:20px;padding:6px 16px">Reload</button></p></div></form></noscript><div id="root"></div></body></html>
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta httpequiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport"
8+
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cover" />
9+
<title>RN</title>
10+
<style>
11+
#root,
12+
body,
13+
html {
14+
width: 100%;
15+
-webkit-overflow-scrolling: touch;
16+
margin: 0;
17+
padding: 0;
18+
min-height: 100%
19+
}
20+
21+
#root {
22+
flex-shrink: 0;
23+
flex-basis: auto;
24+
flex-grow: 1;
25+
display: flex;
26+
flex: 1
27+
}
28+
29+
html {
30+
scroll-behavior: smooth;
31+
-webkit-text-size-adjust: 100%;
32+
height: calc(100% + env(safe-area-inset-top))
33+
}
34+
35+
body {
36+
display: flex;
37+
overflow-y: auto;
38+
overscroll-behavior-y: none;
39+
text-rendering: optimizeLegibility;
40+
-webkit-font-smoothing: antialiased;
41+
-moz-osx-font-smoothing: grayscale;
42+
-ms-overflow-style: scrollbar
43+
}
44+
</style>
45+
<link rel="manifest" href="/manifest.json">
46+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
47+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
48+
<link rel="shortcut icon" href="/favicon.ico">
49+
<meta name="mobile-web-app-capable" content="yes">
50+
<meta name="apple-mobile-web-app-capable" content="yes">
51+
<meta name="apple-touch-fullscreen" content="yes">
52+
<meta name="apple-mobile-web-app-title" content="RN">
53+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
54+
<link rel="apple-touch-icon" sizes="180x180" href="/pwa/apple-touch-icon/apple-touch-icon-180.png">
55+
<link rel="apple-touch-startup-image"
56+
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
57+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-640x1136.png">
58+
<link rel="apple-touch-startup-image"
59+
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
60+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1242x2688.png">
61+
<link rel="apple-touch-startup-image"
62+
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
63+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-828x1792.png">
64+
<link rel="apple-touch-startup-image"
65+
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
66+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1125x2436.png">
67+
<link rel="apple-touch-startup-image"
68+
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
69+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1242x2208.png">
70+
<link rel="apple-touch-startup-image"
71+
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
72+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-750x1334.png">
73+
<link rel="apple-touch-startup-image"
74+
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
75+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-2048x2732.png">
76+
<link rel="apple-touch-startup-image"
77+
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
78+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1668x2388.png">
79+
<link rel="apple-touch-startup-image"
80+
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
81+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1668x2224.png">
82+
<link rel="apple-touch-startup-image"
83+
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
84+
href="/pwa/apple-touch-startup-image/apple-touch-startup-image-1536x2048.png">
85+
<script defer="defer" src="/static/js/293.e8835185.js"></script>
86+
<script defer="defer" src="/static/js/main.80a08226.js"></script>
87+
<script type='text/javascript'>
88+
window.smartlook||(function(d) {
89+
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
90+
var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
91+
c.charset='utf-8';c.src='https://web-sdk.smartlook.com/recorder.js';h.appendChild(c);
92+
})(document);
93+
smartlook('init', '9336411b04db44e74ed7df8d31b531cb4bece90d', { region: 'eu' });
94+
</script>
95+
</head>
96+
97+
<body><noscript>
98+
<form action="" style="background-color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999">
99+
<div style="font-size:18px;font-family:Helvetica,sans-serif;line-height:24px;margin:10%;width:80%">
100+
<p>Oh no! It looks like JavaScript is not enabled in your browser.</p>
101+
<p style="margin:20px 0"><button type="submit"
102+
style="background-color:#4630eb;border-radius:100px;border:none;box-shadow:none;color:#fff;cursor:pointer;font-weight:700;line-height:20px;padding:6px 16px">Reload</button>
103+
</p>
104+
</div>
105+
</form>
106+
</noscript>
107+
<div id="root"></div>
108+
</body>
109+
110+
</html>

0 commit comments

Comments
 (0)