-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 959 Bytes
/
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
<html>
<style>
#wrapper {
flex-direction:column;
height: 100%;
width: 100%;
}
@media (max-width: 1024px) {
#wrapper {
flex-direction: column;
}
}
</style>
<body>
<div id='wrapper'>
<div style="flex:1;width: 100%;">
<iframe width="100%" height="100%" src="https://lookerstudio.google.com/embed/u/0/reporting/b6d10547-d664-4371-af39-ac4c05ff039d/page/p_kj1x2b0w8c" frameborder="0" style="border:0" allowfullscreen></iframe>
<!-- <iframe width="100%" height="100%" src="https://lookerstudio.google.com/embed/reporting/f1ce8f56-058c-4e31-bfd4-1a741482642a/page/p_wvll1lqi8c" frameborder="0" style="border:0" allowfullscreen></iframe>-->
<!-- <iframe height="100%" width="100%" src="https://datastudio.google.com/embed/u/0/reporting/f1ce8f56-058c-4e31-bfd4-1a741482642a/page/UwsTB" frameborder="0" style="border:0" allowfullscreen=""></iframe> -->
</div>
</body>
</html>