-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<Title>Syrian Growth References</Title>
<!-- <link rel="icon" href='http://drive.google.com/uc?export=view&id=1uLXCkVYzYMShASNaMIY1z1TKjfGWFvAI'> -->
<style>
body{
margin:0px;
padding:0px;
overflow:hidden
}
#Frame{
overflow:hidden;
overflow-x:hidden;
overflow-y:hidden;
height:100%;
width:100%;
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px
}
</style>
</head>
<body>
<iframe id="Frame" frameborder="0" height="100%" width="100%">
</iframe>
</body>
<script>
var par = window.location.search;
document.getElementById("Frame").src = 'https://script.google.com/macros/s/AKfycbyN46dj_8DqjGoPrLaMgi1pEfZcOyT-2npK7NsF3Ubb1LT0dCczjKHARsx1HBs9VE24VA/exec?target=home'
</script>
</html>