forked from arcxingye/rr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.html
More file actions
29 lines (29 loc) · 904 Bytes
/
a.html
File metadata and controls
29 lines (29 loc) · 904 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-190316399-3');
</script>
<style type="text/css">
html,
body,
iframe {
margin: 0 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body style="height: 100%">
<div style="text-align:center; height: 100%">
<iframe id="iframeId" frameborder=0 scrolling=auto src=index.html></iframe>
<img src="https://count.getloli.com/get/@rickroll" style="display: none;">
</div>
</body>
</html>