-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsearch.html
210 lines (183 loc) · 5.56 KB
/
search.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DuckHTML Unblocked Games, Free to play">
<title>DuckHTML</title>
<link rel="icon" type="image/x-icon" href="https://ucarecdn.com/cf91fdbc-e959-4737-9276-c5ddb93799a8/duckhtml.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=VT323&display=swap">
<head>
<meta charset="UTF-8">
<style>
body {
margin: 0;
font-family: 'VT323', sans-serif;
background-color: #121212;
color: #f0f0f0;
display: flex;
overflow: hidden;
flex-direction: column;
align-items: center;
min-height: 100vh;
}
nav {
width: 100%;
position: fixed;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 30px;
z-index: 1000;
}
nav .logo {
display: flex;
align-items: center;
}
nav .logo img {
height: 40px;
margin-right: 10px;
}
nav .logo span {
font-size: 24px;
color: white;
font-weight: bold;
}
nav a {
margin: 0 15px;
text-decoration: none;
color: white;
font-family: 'Press Start 2P', sans-serif;
font-weight: bold;
font-size: 16px;
transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
border: 2px solid transparent;
border-radius: 8px;
padding: 8px 16px;
}
nav a:hover {
color: #ffd700;
border-color: white;
}
.center-container {
display: flex;
flex-direction: column;
align-items: center;
margin: 20px;
}
.center-container h1 {
margin-bottom: 20px;
color: white;
font-size: 48px;
}
.pxyinput {
padding: 1rem;
background-color: #ffd700;
font-size: 2rem;
width: 80%;
max-width: 500px;
margin-top: 6rem;
border: 1px solid #ccc;
border-radius: 4px;
}
.ad {
margin-top: 20px;
text-align: center;
}
.frame {
width: 100vw;
height: 100vh;
border: none;
bottom: 0;
}
h1 {
margin-top: 9rem;
}
/* Style the main content container */
#contentContainer {
width: 100%;
height: 100%;
background-color: #121212;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
padding: 20px;
}
/* Ad container style */
/* Ad container style */
#adContainer {
width: 600px; /* Set a specific width for the popup */
height: auto; /* Allow height to adjust based on content */
position: fixed;
top: 20%; /* Position down from the top */
left: 50%;
transform: translateX(-50%);
background-color: #121212; /* Same background color as the ad */
display: none; /* Hide the ad container initially */
z-index: 1000; /* Ensure the ad is above other content */
border-radius: 10px; /* Rounded corners */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Shadow for depth */
padding: 20px; /* Padding around the content */
text-align: center; /* Center text */
}
.closeButton {
position: absolute;
top: 5px;
right: 5px;
font-size: 24px;
color: #fff;
cursor: pointer;
width: 30px;
height: 30px;
background-color: #333;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.adMessage {
color: #fff; /* White text color */
font-size: 18px; /* Font size */
margin: 10px 0; /* Margin around the message */
}
</style>
</head>
<body><nav>
<div class="logo">
<img src="https://ucarecdn.com/cf91fdbc-e959-4737-9276-c5ddb93799a8/duckhtml.png" alt="DuckHTML Logo">
<span>DuckHTML</span>
</div>
<div>
<a href="/index.html">Home</a>
<a href="/games.html">Games</a>
<a href="/settings.html">Settings</a>
<a href="/discord.html">Discord</a>
</div>
</nav>
<div class="center-container">
<h1 style="font-size: 6rem;">Search</h1>
<input style="color: black; font-family: VT323;" class="pxyinput" type="text" placeholder="Search..." />
</div>
<iframe class="frame"></iframe>
<script>
atOptions = {
'key': 'fc0ad22bd8c1ea22c8c08df927121e8f',
'format': 'iframe',
'height': 60,
'width': 468,
'params': {}
};
</script>
<script src="./js/index.js"></script>
<script src="./js/search.js"></script>
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>
</body>
</html>
<script>
<script type='text/javascript' src='//pl24530633.profitablecpmrate.com/8a/26/04/8a2604b7dc51db332008ddf67973775b.js'></script>