-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps-load.html
More file actions
73 lines (64 loc) · 2.88 KB
/
Copy pathapps-load.html
File metadata and controls
73 lines (64 loc) · 2.88 KB
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
<!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">
<!-- 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>
</head>
<body>
<div class="navigation-bar">
<p onclick="location.href = '/index.html';">Home</p>
<p onclick="location.href = '/g/index.html';">Games</p>
<p onclick="location.href = '/apps.html';">Apps</p>
<p onclick="location.href = '/go.html';">Proxy</p>
</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>
<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>
</div>
<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="/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>