-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (43 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Aposto - La tarification 590 facile</title>
<link rel='icon' type='image/png' href='https://naturapeute.ch/img/favicon.png'>
<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='./build/bundle.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<script defer src='./build/bundle.js'></script>
</head>
<body class="mdc-typography">
<input type="date" id="date-input-compatibility-check" hidden />
</body>
<script>
// Check browser compatibility
try {
eval("async function _(){ const obj1 = {a: 1}; const obj2 = {...obj1} }")
if (document.getElementById('date-input-compatibility-check').type !== "date")
throw Error
}
catch (e) {
window.location.href = 'https://polight.github.io/browser-compatibility'
console.error('This browser is not compatible with Aposto application.')
}
</script>
<script>
// Code for Matomo stats
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.anonym.dev/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '5']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</html>