-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
116 lines (95 loc) · 3.87 KB
/
index.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
<title>IXL | Dashboard</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>opinions on v6 brunysixl?</h5>
<button class="blank-button" onclick="openGame()">Open About:Blank Version</button>
<script>
var urlObj = new window.URL(window.location.href);
var url = window.location;
if (url) {
var win;
document.querySelector('button').onclick = function() {
if (win) {
win.focus();
} else {
win = window.open();
win.document.body.style.margin = '0';
win.document.body.style.height = '100vh';
var iframe = win.document.createElement('iframe');
iframe.style.border = 'none';
iframe.style.width = '100%';
iframe.style.height = '100%';
iframe.style.margin = '0';
iframe.src = url;
win.document.body.appendChild(iframe);
window.location.replace("https://ixl.com");
var interval = setInterval(function() {
if (win.closed) {
clearInterval(interval);
win = undefined;
}
}, 500);
}
};
}
</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.">
<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="brunysixl. find everything you wanna do at home at school.">
<meta property="og:description" content="brunysixl. find everything you wanna do at home at school.">