-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sri Sathya Chandi Mandali</title>
<meta name="description" content="SSCM | Sri Sathya Chandi Mandali" />
<meta name="keywords" content="Sri, Sathya, Chandi, Mandali, SSCM" />
<meta name="author" content="SSCM" />
</head>
<body>
<div id="mainDiv" style="position: fixed; width: 100%; height: 0;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); overflow: hidden;
will-change: transform;">
<iframe loading="lazy" style="position: fixed; width: 100%; height: 100vh; top: -40; left: 0; border: none; padding: 0;margin: 0;background-color='#fffdf9';"
src="https://www.canva.com/design/DAGMBnauTbY/xT0vaGeKYTNxOCM3BQtI0Q/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen" allowtransparency="true">
</iframe>
</div>
<!--<script type="text/javascript">
var x = document.querySelector("iframe");
x.onload = function() {
//alert("load");
var y = x.contentWindow.document;
console.log(y);
y.body.style.backgroundColor = "green";
//document.getElementsByClassName('div.JqqAIg').style.backgroundColor="green";
};
</script>-->
</html>