-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathlaunch.html
More file actions
22 lines (22 loc) · 861 Bytes
/
launch.html
File metadata and controls
22 lines (22 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q919W0VJ1S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q919W0VJ1S');
</script>
<!-- Bidvertiser2103197 -->
<script>
var win = window.open ()
var url = "index.html"
var iframe = win.document.createElement('iframe')
iframe.style.width = "100%"
iframe.style.height = "100%"
iframe.style.border = "none"
iframe.src = url
win.document.body.appendChild(iframe)
</script>
<link rel="stylesheet" href="styles.css">
<h1>Now Redirecting...</h1>
<p>If this doesn't load, try allowing pop-ups. Don't worry, we won't do anything to you, we just need it to launch the tab.</p>