-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<Title>Residency Basic Skills</Title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <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/AKfycbxvAM5RrGMfoqfkCvukUO2BFlbaGd4aidONApE9x2X2Y92hhLUmAIlKZJsKBp_leBNP/exec'
</script>
</html>