Skip to content

Commit f85159c

Browse files
authored
Update a.html
1 parent 7020a00 commit f85159c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

a.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag(){dataLayer.push(arguments);}
10+
gtag('js', new Date());
11+
gtag('config', 'UA-190316399-3');
12+
</script>
713
<style type="text/css">
814
html,
915
body,
@@ -16,7 +22,7 @@
1622
</head>
1723
<body style="height: 100%">
1824
<div style="text-align:center; height: 100%">
19-
<iframe id="iframeId" frameborder=0 scrolling=auto src=b.html></iframe>
25+
<iframe id="iframeId" frameborder=0 scrolling=auto src=index.html></iframe>
2026
<img src="https://count.getloli.com/get/@rickroll" style="display: none;">
2127
</div>
2228
</body>

0 commit comments

Comments
 (0)