-
Notifications
You must be signed in to change notification settings - Fork 2
/
arcade.html
298 lines (254 loc) · 10.9 KB
/
arcade.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<link rel="icon" type="image/png" href="/imgs/brunysixlfavicon.png">
<title id="dynamic-title">IXL | Lessons</title>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
opacity: 0;
animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
</style>
<style type="text/css" id="operaUserStyle"></style></head>
<body style="opacity: 1;">
<div id="loading" style="display: none;">Loading...</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
// Simulate a delay for loading content
setTimeout(function () {
document.getElementById("loading").style.display = "none";
document.body.style.opacity = 1;
}, 500); // Adjust the delay time (in milliseconds) as needed
});
</script>
<html>
<head>
<link href='brunysixl.css' rel='stylesheet'>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Top Footer Example</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
footer {
background-color: rgba(18, 18, 18, 0.90);
color: white;
text-align: center;
padding: 20px 0;
}
.footer-content {
display: flex;
justify-content: center;
align-items: center;
}
.footer-content img:first-child {
width: 50px;
height: 50px;
margin-right: 10px;
}
.footer-content img:last-child {
width: 140px;
height: 27.5px;
margin-left: 10px;
}
</style>
</head>
<body>
<footer>
<div class="footer-content">
<img src="/imgs/brunysixlgif.gif" alt="brunysixl">
<img src="/imgs/brunysixlfont.png" alt="brunysixl">
</div>
</footer>
</body>
</html>
<div>
<button onclick="window.location.href='/';">Retrun Home.</button>
<hr class="short-centered">
<h2>Our Main Arcade Selection.</h2>
<button onclick="window.location.href='/arcade/android/fortnite.html';">fortnite</button>
<button onclick="window.location.href='/arcade/android/roblox.html';">roblox</button>
<button onclick="window.location.href='/arcade/android/fcmobile.html';">fc mobile</button>
<button onclick="window.location.href='/arcade/android/melonsandbox.html';">melon sandbox</button>
<button onclick="window.location.href='/arcade/android/amongus.html';">among us</button>
<button onclick="window.location.href='/arcade/android/mysingingmonsters.html';">my singing monsters</button>
<button onclick="window.location.href='/arcade/android/shellshockers.html';">shell shockers</button>
<button onclick="window.location.href='/arcade/slope.html';">slope</button>
<button onclick="window.location.href='/arcade/1on1soccer.html';">1 on 1 soccer</button>
<button onclick="window.location.href='/arcade/gunmayhem2.html';">gun mayhem 2</button>
<button onclick="window.location.href='/arcade/run.html';">run</button>
<button onclick="window.location.href='/arcade/2048.html';">2048</button>
<button onclick="window.location.href='/arcade/bitlife.html';">bitlife</button>
<button onclick="window.location.href='/arcade/brunycraft.html';">bruny-craft (minecraft)</button>
<button onclick="window.location.href='/arcade/chromedino.html';">chrome dino</button>
<button onclick="window.location.href='/arcade/cookieclicker.html';">cookie clicker</button>
<button onclick="window.location.href='/arcade/crossyroad.html';">crossy road</button>
<button onclick="window.location.href='/arcade/doodlejump.html';">doodle jump</button>
<button onclick="window.location.href='/arcade/ducklife4.html';">duck life 4</button>
<button onclick="window.location.href='/arcade/escapingtheprison.html';">escaping the prison</button>
<button onclick="window.location.href='/arcade/fancypantsadventure.html';">fancy pants adventure</button>
<button onclick="window.location.href='/arcade/flappybird.html';">flappy bird</button>
<button onclick="window.location.href='/arcade/fruitninja.html';">fruit ninja</button>
<button onclick="window.location.href='/arcade/happywheels.html';">happy wheels</button>
<button onclick="window.location.href='/arcade/jetpackjoyride.html';">jetpack joyride</button>
<button onclick="window.location.href='/arcade/papasburgeria.html';">papas burgeria</button>
<button onclick="window.location.href='/arcade/papashotdogeria.html';">papas hotdogeria</button>
<button onclick="window.location.href='/arcade/papaspizzeria.html';">papas pizzeria</button>
<button onclick="window.location.href='/arcade/paperio2.html';">paper io 2</button>
<button onclick="window.location.href='/arcade/retrobowl.html';">retro bowl</button>
<button onclick="window.location.href='/arcade/run3.html';">run 3</button>
<button onclick="window.location.href='/arcade/superhot.html';">super hot</button>
<button onclick="window.location.href='/arcade/supermario64.html';">super mario 64</button>
<button onclick="window.location.href='/arcade/templerun2.html';">temple run 2</button>
<button onclick="window.location.href='/arcade/tetris.html';">tetris</button>
<button onclick="window.location.href='/arcade/thebindingofisaac.html';">the binding of isaac</button>
<button onclick="window.location.href='/arcade/themehotel.html';">theme hotel</button>
<button onclick="window.location.href='/arcade/townscaper.html';">town scaper</button>
<button onclick="window.location.href='/arcade/tunnelrush.html';">tunnel rush</button>
<button onclick="window.location.href='/arcade/old-retro-games/pe.html';">pokemon emerald</button>
<button onclick="window.location.href='/arcade/old-retro-games/pfr.html';">pokemon fire red</button>
<button onclick="window.location.href='/arcade/old-retro-games/plg.html';">pokemon leaf green</button>
<button onclick="window.location.href='/arcade/old-retro-games/pr.html';">pokemon ruby</button>
<button onclick="window.location.href='/arcade/old-retro-games/ps.html';">pokemon sapphire</button>
<button onclick="window.location.href='/arcade/fnaf1.html';">fnaf 1</button>
<button onclick="window.location.href='/arcade/fnaf2.html';">fnaf 2</button>
<button onclick="window.location.href='/arcade/fnaf3.html';">fnaf 3</button>
<button onclick="window.location.href='/arcade/fnaf4.html';">fnaf 4</button>
<button onclick="window.location.href='/arcade/fnaf-sl.html';">fnaf S.L</button>
<button onclick="window.location.href='/arcade/btd1.html';">btd</button>
<button onclick="window.location.href='/arcade/btd2.html';">btd 2</button>
<button onclick="window.location.href='/arcade/btd3.html';">btd 3</button>
<button onclick="window.location.href='/arcade/btd4.html';">btd 4</button>
<button onclick="window.location.href='/arcade/brewingstand.html';">brewing stand</button>
<button onclick="window.location.href='/arcade/osumania.html';">osu!mania</button>
<hr class="short-centered">
<h6> </h6>
<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>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Particle Background</title>
<style>
body {
margin: 0;
padding: 0;
background-color: black;
}
canvas {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
</style>
</head>
<body>
<canvas id="canvas"></canvas>
<script>
const canvas = document.getElementById('canvas');
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.height = document.documentElement.scrollHeight;
let particlesArray;
class Particle {
constructor(x, y, directionX, directionY, size, color) {
this.x = x;
this.y = y;
this.directionX = directionX;
this.directionY = directionY;
this.size = size;
this.color = color;
}
draw() {
ctx.beginPath();
ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2, false);
ctx.fillStyle = this.color;
ctx.fill();
}
update() {
if (this.x + this.size > canvas.width || this.x - this.size < 0) {
this.directionX = -this.directionX;
}
if (this.y + this.size > canvas.height || this.y - this.size < 0) {
this.directionY = -this.directionY;
}
this.x += this.directionX;
this.y += this.directionY;
this.draw();
}
}
function init() {
particlesArray = [];
const numberOfParticles = 100;
for (let i = 0; i < numberOfParticles; i++) {
const size = Math.random() * 5 + 1;
const x = Math.random() * (innerWidth - size * 2) + size;
const y = Math.random() * (canvas.height - size * 2) + size;
const directionX = (Math.random() - 0.5) * 0.5;
const directionY = (Math.random() - 0.5) * 0.5;
const color = 'white';
particlesArray.push(new Particle(x, y, directionX, directionY, size, color));
}
}
function animate() {
requestAnimationFrame(animate);
ctx.clearRect(0, 0, innerWidth, canvas.height);
for (let i = 0; i < particlesArray.length; i++) {
particlesArray[i].update();
}
}
init();
animate();
window.addEventListener('resize', function () {
canvas.width = window.innerWidth;
canvas.height = document.documentElement.scrollHeight;
init();
});
canvas.addEventListener('click', function (event) {
const size = Math.random() * 5 + 1;
const x = event.clientX;
const y = event.clientY;
const directionX = (Math.random() - 0.5) * 0.5;
const directionY = (Math.random() - 0.5) * 0.5;
const color = 'white';
particlesArray.push(new Particle(x, y, directionX, directionY, size, color));
});
</script>
</body>
</html>
<link rel="icon" href="/imgs/brunysixlgif.gif">
<meta property="og:title" content="brunysixl. | Arcade">
<meta name="theme-color" content="#000000">
<meta name="msapplication-TileColor" content="#000000">
<meta property="og:image" content="/imgs/brunysixlgif.gif">
<meta name="description" content="brunysixl is ovar 9000!!!">
<meta property="og:description" content="brunysixl. Find Awesome Stuff Online.">