This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
137 lines (132 loc) · 5.5 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="/src/main.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css">
</head>
<body>
<nav>
<img src="images/logo.png" alt="logo">
<h1>DBP's Games</h1>
<p class="MOTD"></p>
<ul>
<a class="test" href="index.html">Home</a>
<a href="main.html">Proxies</a>
<a href="bookmarklet.html">Tips and Bookmarklets</a>
<a href="Othersites.html">Other Sites</a>
<a href="aboutblank.html">Open in About:Blank</a>
<a href="settings.html">Settings</a>
</ul>
</nav>
<div class="featured">
<h2>The games are (mostly) from 3hk0!</h2>
<h1>Popular:</h1>
<div class="column">
<a href="games/bob-the-robber-2/">
<img src="images/bob-the-robber-2.png">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
<a href="games/vex7/">
<img src="images/vex7.jpeg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
<div class="row">
<a href="games/vex6">
<img src="images/vex6.jpeg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
<div class="row">
<a href="games/drive-mad/">
<img src="images/drive-mad.jpg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
<div class="column">
<a href="games/moto-x3m/">
<img src="images/moto-x3m.jpg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
<a href="games/retro-bowl/">
<img src="images/retro-bowl.jpg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
</div>
</div>
<div class="content">
<hr>
<div class="search">
<input type="text" placeholder="Search..." oninput="">
<button><i class="fas fa-search"></i></button>
</div>
<div id="games">
<a href="games/bob-the-robber-2/"><img src="images/bob-the-robber-2.png" alt="bob the robber 2"></a>
<a href="games/vex7/"><img src="images/vex7.jpeg" alt="vex 7"></a>
<a href="games/vex6/"><img src="images/vex6.jpeg" alt="vex 6"></a>
<a href="games/minecraft/"><img src="images/mc.png" alt="minecraft"></a>
<a href="games/moto-x3m/"><img src="images/moto-x3m.jpg" alt="moto x3m"></a>
<a href="games/retro-bowl/"><img src="images/retro-bowl.jpg" alt="retrobowl"></a>
<a href="games/drive-mad/"><img src="images/drive-mad.jpg" alt="drive mad"></a>
<a href="games/slope/"><img src="images/slope.jpg" alt="slope"></a>
<a href="games/motox3m2/"><img src="images/motox3m2.jpg" alt="moto x3m2"></a>
<a href="games/DogeMiner/"><img src="images/dogeminer_300x300.png" alt="DogeMiner"></a>
<a href="games/cookieclickerv1037"><img src="images/cc.png" alt="Cookie Clicker"></a>
<a href="games/you-are-bezos"><img src="images/youarebezos.png" alt="You are Bezos"></a>
<a href="games/subway-surfers"><img src="images/ss.png" alt="Subway Surfers"></a>
<a href="games/stack"><img src="images/stack.png" alt="Stack"></a>
<a href="games/snowrider3d"><img src="images/snowrider3d.jpg" alt="Snow Rider 3D"></a>
<a href="games/superhot"><img src="images/hot.jpg" alt="Superhot"></a>
<a href="games/minecraft-classic"><img src="images/pack.png" alt="Minecraft Classic"></a>
<a href="games/1v1lol"><img src="images/1v1lol.png" alt="1v1lol"></a>
<a href="games/smashkarts"><img src="images/icon-512.png" alt="Smash Karts"></a>
</div>
</div>
<footer id="footer">
<main>
<hr>
<h1>DBP's <span>Math</span></h1>
<div class="content-wrapper">
<div class="left">
<h2>Thanks <a href="https://discord.com/invite/3kh0" target="_blank" alt="discord link"><span class="one">3kh0</span></a> for the games!</h2>
<h2>Subscribe to my <a href="https://www.youtube.com/@DiamondBroPlayz?sub_confirmation=1" target="_blank" alt="subscribe"><span class="two">YouTube</span></a></h2>
<h2 class="four">Join the <a href="https://discord.gg/3wd2CYDvBm" alt="discord link" target="_blank"><span class="three"><i class="fa-brands fa-discord"></i>Discord</span></a></h2>
</div>
<div class="right">
<div>
<h2>LEGAL</h2>
<a href="/other/terms.html">Terms of Service</a><br>
<a href="/other/privacy-policy.html">Privacy Policy</a><br>
<a href="/other/dmca.html">DMCA</a>
</div>
<div>
<h2>OTHER</h2>
<a href="javascript:alert('Email: [email protected]\ For Support, etc.')">Contact</a><br>
<a href="other/about.html">About</a>
</div>
</div>
</div>
<p>© 2022-2023 DBP's Math. All rights reserved.</p>
</main>
</footer>
</body>
</html>
<script src="/src/script.js"></script>