This repository was archived by the owner on Oct 27, 2024. It is now read-only.
forked from retrobowl-2/retrobowl-2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievement-unlocked.html
83 lines (67 loc) · 2.31 KB
/
achievement-unlocked.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<title>Achievement Unblocked Unblocked | Play on retrobowl-2.github.io</title>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
</script>
<link rel="stylesheet" href="style.css">
<script>
window.aiptag = window.aiptag || {cmd: []};
aiptag.cmd.display = aiptag.cmd.display || [];
aiptag.cmd.player = aiptag.cmd.player || [];
//CMP tool settings
aiptag.cmp = {
show: true,
position: "centered", //centered, bottom
button: true,
buttonText: "Privacy settings",
buttonPosition: "bottom-left" //bottom-left, bottom-right, bottom-center, top-left, top-right
}
aiptag.cmd.player.push(function() {
aiptag.adplayer = new aipPlayer({
AD_WIDTH: 960,
AD_HEIGHT: 540,
AD_DISPLAY: 'center', //default, fullscreen, fill, center, modal-center
LOADING_TEXT: 'loading advertisement',
PREROLL_ELEM: function(){return document.getElementById('videoad')},
AIP_COMPLETE: function (state) {
/*******************
***** WARNING *****
*******************
Please do not remove the PREROLL_ELEM
from the page, it will be hidden automaticly.
*/
//alert("Video Ad Completed: " + state);
}
});
});
function show_videoad() {
//check if the adslib is loaded correctly or blocked by adblockers etc.
if (typeof aiptag.adplayer !== 'undefined') {
aiptag.cmd.player.push(function() { aiptag.adplayer.startVideoAd(); });
} else {
//Adlib didnt load this could be due to an adblocker, timeout etc.
//Please add your script here that starts the content, this usually is the same script as added in AIP_COMPLETE.
alert("Ad Could not be loaded, load your content here");
aiptag.adplayer.aipConfig.AIP_COMPLETE();
}
}
</script>
<script async src="//api.adinplay.com/libs/aiptag/pub/AGB/classroom247.pages.dev/tag.min.js"></script>
</head>
<body>
<div id="videoad"></div>
<div id="iframe-container">
<iframe src="https://gameftp.agariodns.cyou/achievementunlocked"></iframe>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CT0VR0DC9R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CT0VR0DC9R');
</script>
</body>
</html>