-
Notifications
You must be signed in to change notification settings - Fork 31
/
frame.html
124 lines (122 loc) · 3.96 KB
/
frame.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="">
<meta charset="utf-8" />
<style>
.giscus, .giscus-frame {
width: 100%;
min-height: 150px;
}
.giscus-frame {
width: 50%;
display: inline-block;
position: relative;
}
.giscus, .giscus-frame {
width: 100%;
min-height: 150px;
}
.giscus-frame {
border: none;
color-scheme: light dark;
}
.giscus-frame--loading {
opacity: 0;
}
.giscus-frame {
border: none;
color-scheme: light dark;
}
</style>
<link rel="shortcut icon" href=""></link>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/hover.css" />
<link rel="stylesheet" href="assets/css/games.css" />
<link rel="stylesheet" href="assets/particles/style.css" />
<link rel="stylesheet" href="assets/particles/style.css" />
<script
src="https://kit.fontawesome.com/5422a968e7.js"
crossorigin="anonymous"
></script>
<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"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="assets/js/script.js"></script>
<title>DBP's Games</title>
<noscript>
<h1 class="center-container">
Uh oh! Your browser doesn't support Javascript. Please whitelist our
website so that we can provide you with great content
</h1>
</noscript>
</head>
<body>
<div id="vanta-bg"></div>
<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>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="gamecontainer">
<iframe allowfullscreen="" frameborder="0" id="frame" src=""></iframe>
<div id="gameInfo">
<div class="yes">
<img id="gameImage" alt="icon" src="" />
<h3 id="gameTitle"></h3>
</div>
<p id="gameDescription"></p>
<div id="menubtns">
<a href="gxmes.html"
><button onclick="window.location.href = '/'">
<i class="fas fa-arrow-left"></i></button
></a>
<button
onclick="document.querySelector('iframe').requestFullscreen()"
>
<i class="fas fa-expand"></i>
</button>
</div>
</div>
<script src="assets/frame/games.js"></script>
<script src="assets/frame/load.js"></script>
</div>
<script src="https://giscus.app/client.js" data-repo="dbpsmath/dbpsmathcomments" data-repo-id="R_kgDOJkyfNg" data-mapping="number" data-term="1" data-reactions-enabled="0" data-emit-metadata="0" data-input-position="bottom" data-theme="noborder_dark" data-lang="en" crossorigin="anonymous" async="">
</script>
<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>
</body>
</html>