-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathapps-load.html
113 lines (109 loc) · 3.26 KB
/
apps-load.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OutRed | Apps</title>
<link rel="stylesheet" href="/styles/style.css" />
<script src="js/tabcloak.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-B5MYT5J8LH"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-B5MYT5J8LH");
</script>
<link
id="favicon"
rel="shortcut icon"
href="/assets/favicon.png"
type="image/x-icon"
/>
</head>
<body>
<div id="navbar"></div>
<div class="content">
<script type="text/javascript">
atOptions = {
key: "7a33ea3bd131ec5ad5051e8181267d9c",
format: "iframe",
height: 90,
width: 728,
params: {},
};
document.write(
"<scr" +
'ipt type="text/javascript" src="http' +
(location.protocol === "https:" ? "s" : "") +
'://plantationexhaust.com/7a33ea3bd131ec5ad5051e8181267d9c/invoke.js"></scr' +
"ipt>"
);
</script>
<br /><br />
<div class="game-frame-div" style="margin: 0 auto; max-width: 1000px">
<iframe
class="load-iframe"
id="game-frame"
scrolling="yes"
frameborder="0"
cellspacing="0"
src="#"
></iframe>
<div class="bar">
<h1 style="font-weight: normal; text-align: left" id="g-name">
Loading...
</h1>
<div class="buttons">
<div>
<img
class="share-icon"
onclick="showSharePopup()"
src="/assets/img/share-icon.webp"
draggable="false"
/>
</div>
<div>
<img
class="share-icon"
onclick="openInNewWindowApps()"
src="/assets/img/resize.png"
draggable="false"
/>
</div>
<div>
<img
class="fullscreen-svg"
onclick="fullscreenFunction()"
src="/assets/img/fullscreen-icon.php.webp"
draggable="false"
/>
</div>
</div>
</div>
</div>
</div>
<br /><br />
<footer style="position: relative; bottom: 0; left: 0; right: 0">
<a href="https://discord.gg/outred" target="_blank"></a>
<p>© OutRed</p>
<a href="https://github.com/OutRed/outredgames" target="_blank"></a>
</footer>
<script src="/js/fullscreen.js"></script>
<script src="/js/localstorage-load-apps.js"></script>
<script src="/js/sharebutton-load.js"></script>
<script src="/js/resize-apps.js"></script>
<script src="/js/navbar.js"></script>
<!--
<script src="/loadencodeduv.js"></script>
<script src="/uv/uv.sw.js"></script>
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.config.js"></script>
<script src="/uv/uv.handler.js"></script> -->
</body>
</html>