-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (44 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="https://younium-insights-prod.pages.dev/img/younium-logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Analytics - Younium Insights</title>
<link rel="stylesheet" href="https://younium-insights-prod.pages.dev/css/bootstrap.min.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="https://younium-insights-prod.pages.dev/css/styles.4ab12e3625ed121a.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="https://younium-insights-prod.pages.dev/css/mdb.css" media="print" onload="this.media='all'">
<link href="https://younium-insights-prod.pages.dev/css/themes.css" rel="stylesheet" />
<link href="https://younium-insights-prod.pages.dev/css/yin.css" rel="stylesheet" id="yin-css" />
<link href="https://younium-insights-prod.pages.dev/css/tmp.css" rel="stylesheet" />
<script type="module" crossorigin src="https://younium-insights-prod.pages.dev/index.js"></script>
<link rel="stylesheet" href="https://younium-insights-prod.pages.dev/index.css">
</head>
<body style="margin:0;">
<app-insights id="yin-app"></app-insights>
<script>
// var cssId = 'yin-css';
// if (window.location.hostname !== 'localhost') {
// var head = document.getElementsByTagName('head')[0];
// var link = document.createElement('link');
// link.id = cssId;
// link.rel = 'stylesheet';
// link.type = 'text/css';
// link.href = 'https://younium-insights-dev.pages.dev/css/yin.css';
// link.media = 'all';
// head.appendChild(link);
// }
// if (window.location.hostname == 'localhost')
// {
// var head = document.getElementsByTagName('head')[0];
// var link = document.createElement('link');
// link.id = cssId;
// link.rel = 'stylesheet';
// link.type = 'text/css';
// link.href = '/css/yin.css';
// link.media = 'all';
// head.appendChild(link);
// }
</script>
</body>
</html>