-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdebug_search.html
More file actions
401 lines (316 loc) · 19.2 KB
/
Copy pathdebug_search.html
File metadata and controls
401 lines (316 loc) · 19.2 KB
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search - avengers - 4KHDHub</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
<li><a href="/category/hbo_max/" class="dropdown-item">HBO Max</a></li>
<li><a href="/category/hulu/" class="dropdown-item">Hulu</a></li>
<li><a href="/category/crave/" class="dropdown-item">Crave</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg></span> Search - avengers </h2>
</div>
<div class="card-grid">
<a href="/avengers-infinity-war-marvel-phase-3-movie-325/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg" alt="Avengers: Infinity War Marvel Phase 3" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Avengers: Infinity War Marvel Phase 3</h3>
<p class="movie-card-meta">2018 </p>
</div>
</a>
<a href="/avengers-age-of-ultron-marvel-phase-2-movie-223/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/4ssDuvEDkSArWEdyBl2X5EHvYKU.jpg" alt="Avengers: Age of Ultron Marvel Phase 2" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Avengers: Age of Ultron Marvel Phase 2</h3>
<p class="movie-card-meta">2015 </p>
</div>
</a>
<a href="/the-avengers-marvel-phase-1-movie-145/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/RYMX2wcKCBAr24UyPD7xwmjaTn.jpg" alt="The Avengers Marvel Phase 1" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Avengers Marvel Phase 1</h3>
<p class="movie-card-meta">2012 </p>
</div>
</a>
<a href="/avengers-endgame-marvel-phase-3-movie-215/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/ulzhLuWrPK07P1YkdWQLZnQh1JL.jpg" alt="Avengers: Endgame Marvel Phase 3" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Avengers: Endgame Marvel Phase 3</h3>
<p class="movie-card-meta">2019 </p>
</div>
</a>
</div>
</section>
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<a class='pagination-item active'>1</a>
</div>
</div>
</div>
</div>
</main>
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>