forked from b4unys/BrunysIXL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
emulators.html
139 lines (113 loc) · 6.09 KB
/
emulators.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<title>IXL | Prodigy</title>
<link rel="icon" href="/assets/imgs/brunysixlfavicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/assets/imgs/brunysixlfavicon.png" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
opacity: 0;
animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/brunysixl.css">
</head>
<body>
<div id="particles-js"></div>
<nav class="navbar">
<div class="navbar-left">
<a href="/"><img src="/assets/imgs/brunysixl.png" alt="brunysixl" class="logo"></a>
</div>
<div class="navbar-right">
<a href="/arcade.html" class="nav-link">Arcade</a>
<a href="/emulators.html" class="nav-link">Emulators</a>
<a href="/apps.html" class="nav-link">Apps</a>
<a href="/bookmarklets.html" class="nav-link">Bookmarklets</a>
<a href="/proxy.html" class="nav-link">Proxy</a>
<a href="/extra.html" class="nav-link">Extra</a>
</div>
</nav>
<div class="content">
<h1 class="glowing-text">BrunysIXL</h1>
<h5>our sweet emulations. NOW W WINDOWS 11!</h5>
<hr>
<div id="game-loader"></div>
<div class="image-container" data-url="https://brunysixlgames.netlify.app/apps/ruffle/">
<img src="https://sage-genie-fd8510.netlify.app/emulators/ruffle-flash-player-emulator.avif" alt="Clickable Image"onclick="openIframe(this)">
</div>
<div class="image-container" data-url="https://brunysixlgames.netlify.app/apps/windows11/">
<img src="https://sage-genie-fd8510.netlify.app/emulators/download (44).jpeg" alt="Clickable Image"onclick="openIframe(this)">
</div>
<div class="image-container" data-url="https://i-have-ocd.onrender.com">
<img src="https://sage-genie-fd8510.netlify.app/szvycentralisass/windows-7-logo-800x692.png" alt="Clickable Image"onclick="openIframe(this)">
</div>
<div class="image-container" data-url="https://brunysixlgames.netlify.app/apps/webretro/">
<img src="https://sage-genie-fd8510.netlify.app/emulators/download (21).png" alt="Clickable Image"onclick="openIframe(this)">
</div>
<div class="image-container" data-url="https://brunysixlgames.netlify.app/apps/emulatorjs/">
<img src="https://sage-genie-fd8510.netlify.app/emulators/emulatorjs-logo.png" alt="Clickable Image"onclick="openIframe(this)">
</div>
<div class="image-container" data-url="https://appetize.io/embed/8bnmakzrptf1hv9dq7v7bnteem?autoplay=false&debug=true&device=iphone15pro&deviceColor=white&embed=true&orientation=landscape&params=%7B" exdevmenudisableautolaunch":true,"exkernellaunchurldefaultskey":"exp:="" exp.host="" @snack="" sdk.48.0.0-dri52quhtt","exkerneldisablenuxdefaultskey":true%7d&scale="72&screenOnly=false&xDocMsg=true&xdocMsg=true"">
<img src="https://sage-genie-fd8510.netlify.app/emulators/download (22).png" alt="Clickable Image"onclick="openIframe(this)">
</div>
<div class="image-container" data-url="https://appetize.io/embed/dprul2v3lnp2p2okkylszo6tc4?appearance=light&centered=both&device=pixel7&deviceColor=black&launchUrl=exp://u.expo.dev/933fd9c0-1666-11e7-afca-d980795c5824?runtime-version%3Dexposdk%253A48.0.0%26channel-name%3Dproduction%26snack%3DfWdRX7Kw7%26snack-channel%3DZFbeKoK6f2&orientation=landscape&params=%7B" exdevmenudisableautolaunch":true,"exkerneldisablenuxdefaultskey"="">
<img src="https://sage-genie-fd8510.netlify.app/emulators/download (23).png" alt="Clickable Image"onclick="openIframe(this)">
</div>
<div id="iframe-overlay"></div>
<div id="iframe-container">
<iframe id="iframe"></iframe>
<div id="close-container">
<div id="close-button" onclick="closeIframe()">X</div>
</div>
</div>
<script>
function loadGame() {
document.getElementById('game-loader').innerText = 'Loading game...';
setTimeout(() => {
document.getElementById('game-loader').innerText = 'Game loaded!';
}, 2000);
}
function openIframe(element) {
var url = element.parentNode.getAttribute('data-url');
document.getElementById('iframe-overlay').style.display = 'block';
document.getElementById('iframe-container').style.display = 'block';
document.getElementById('iframe').src = url;
}
function closeIframe() {
document.getElementById('iframe-overlay').style.display = 'none';
document.getElementById('iframe-container').style.display = 'none';
document.getElementById('iframe').src = 'about:blank';
}
</script>
<hr>
<a href="https://www.freecounterstat.com" title="web counter"><img src="https://counter7.optistats.ovh/private/freecounterstat.php?c=cx88tzmqauk43lts3flwb7zql1tqg946" border="0" title="web counter" alt="web counter"></a>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="particles-brunysixl.js"></script>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '1212536662043791450',
channel: '1212543243817058394'
})
</script>
<link rel="icon" href="/assets/imgs/brunysixlgiflogo.gif">
<meta property="og:title" content="brunysixl. | Emulators.">
<meta name="theme-color" content="#724bf2">
<meta name="msapplication-TileColor" content="#724bf2">
<meta property="og:image" content="/assets/imgs/brunysixlgiflogo.gif">
<meta name="description" content="DUDE YOU CAN RUN WINDOWS!! click to use now!">
<meta property="og:description" content="DUDE YOU CAN RUN WINDOWS!! click to use now!">