-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.79 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
<html lang="en">
<body style="overflow-y: hidden;">
<div height="100vh" style="display: flex;overflow-y: hidden;flex-direction:column">
<div style="display: flex;">
<iframe
src="https://chart-embed.service.newrelic.com/herald/d93890b2-e9f2-4c5b-880e-add56ebc12aa?height=400px&timepicker=true"
height="100%" width="50%" scrolling="no" style="
height: 50vh;
display: block;
overflow: hidden;
/* zoom: 0.75; */">
</iframe>
<iframe
src="https://chart-embed.service.newrelic.com/herald/bd169702-d760-4975-95fc-d479def7b7ee?height=400px&timepicker=true"
height="100%" width="50%" scrolling="no" style="
height: 50vh;
display: block;
overflow: hidden;
/* zoom: 0.75; */">
</iframe>
<iframe
src="https://chart-embed.service.newrelic.com/herald/2a73f2d0-359c-416c-b3fb-8e2528a982f9?height=400px&timepicker=true"
height="100%" width="50%" scrolling="no" style="
height: 50vh;
display: block;
overflow: hidden;
/* zoom: 0.75; */">
</iframe>
</div>
<div style="display: flex;">
<iframe
src="https://chart-embed.service.newrelic.com/herald/90424fa9-724c-4cc0-a6c0-a33d5f49b7a0?height=400px&timepicker=true"
height="100%" width="50%" scrolling="no" style="
height: 50vh;
display: block;
overflow: hidden;
/* zoom: 0.75; */">
</iframe>
<iframe
src="https://chart-embed.service.newrelic.com/herald/1e28abbc-4ec2-44ac-a658-b75c3fcbfabc?height=400px&timepicker=true"
height="100%" width="50%" scrolling="no" style="
height: 50vh;
display: block;
overflow: hidden;
/* zoom: 0.75; */">
</iframe>
</div>
</div>
</body>
</html>