-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathindex.html
96 lines (95 loc) · 3.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<meta charset="utf-8" />
<link rel="shortcut icon" href=""></link>
<link rel="stylesheet" href="assets/css/style.css" />
<meta
name="description"
content="DBP's Math is an unblocked game website for school. Explore the web unblocked, and play games online for free! We have many games such as all of the Duck Lifes, Snow Rider 3D, Cookie Clicker, and many more"
/>
<link rel="stylesheet" href="assets/css/hover.css" />
<script
src="https://code.jquery.com/jquery-3.7.1.js"
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="assets/particles/style.css" />
<script
src="https://kit.fontawesome.com/5422a968e7.js"
crossorigin="anonymous"
></script>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>DBP's Games</title>
<noscript>
Uh oh! Your browser doesn't support Javascript. Please whitelist our
website so that we can provide you with great content
</noscript>
</head>
<body>
<nav>
<h1>DBP's Games </h1>
<div class="menu">
<ul>
<li><a href="index.html" id="active">Home</a></li>
<li><a href="gxmes.html">Games</a></li>
<li><a href="settings.html">Settings</a></li>
<li><a href="frame.html?game=uv">Search</a></li>
<li><a href="bookmarklets.html">Bookmarklets</a></li>
<li><a href="legal.html">Legal</a></li>
</ul>
</div>
</nav>
<div id="vanta-bg"></div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="center-container">
<h1 id="confetti-click">DBP's <span id="confetti-click">Games</span></h1>
<p><a href="https://solarize.us.to">Solarize - the new dbpsmath. No games (for now), but an unblocker</a></p>
<br />
<a test="" onclick="abcloak()"
><i class="fa-solid fa-link fa-beat fa-xl" style="color: #5865f2"></i
></a>
<a href="https://discord.gg/3wd2CYDvBm"
><i class="fa-brands fa-discord fa-xl" style="color: #5865f2"></i
></a>
</div>
<div id="error-container">
<p id="error-message"><i class="fa-solid fa-x" style="color: #ff5357;"></i> </p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.dots.min.js"></script>
<script>
VANTA.DOTS({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00
})
</script>
<script src="assets/js/snowstorm.js"></script>
<script>
snowStorm.snowColor = '#fff'; // blue-ish snow!?
snowStorm.flakesMaxActive = 16; // show more snow on screen at once
snowStorm.useTwinkleEffect = true; // let the snow flicker in and out of view
</script>
<script src="assets/js/tabcloak.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>