likhonsheikhdev commited on
Commit
26c34f8
·
verified ·
1 Parent(s): 016f58c

- Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +580 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Deploy
3
- emoji: 🌍
4
- colorFrom: indigo
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: deploy
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,580 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Free Porn Videos & Sex Movies - Porno, XXX, Porn Tube</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .video-thumbnail {
11
+ aspect-ratio: 16/9;
12
+ }
13
+ .category-icon {
14
+ width: 40px;
15
+ height: 40px;
16
+ }
17
+ .dropdown:hover .dropdown-menu {
18
+ display: block;
19
+ }
20
+ .pornstar-card {
21
+ transition: transform 0.3s;
22
+ }
23
+ .pornstar-card:hover {
24
+ transform: scale(1.03);
25
+ }
26
+ .gradient-bg {
27
+ background: linear-gradient(to right, #ff9900, #ff6600);
28
+ }
29
+ .mobile-menu {
30
+ transition: all 0.3s ease;
31
+ }
32
+ .mobile-menu-hidden {
33
+ transform: translateX(100%);
34
+ }
35
+ .mobile-menu-visible {
36
+ transform: translateX(0);
37
+ }
38
+ </style>
39
+ </head>
40
+ <body class="bg-gray-100 text-gray-800">
41
+ <!-- Top Bar -->
42
+ <div class="bg-black text-white py-2 px-4 flex justify-between items-center text-sm">
43
+ <div class="flex space-x-4">
44
+ <a href="#" class="hover:text-orange-400">English</a>
45
+ <a href="#" class="hover:text-orange-400">Help</a>
46
+ <a href="#" class="hover:text-orange-400">Feedback</a>
47
+ </div>
48
+ <div class="flex space-x-4">
49
+ <a href="#" class="hover:text-orange-400">Sign Up</a>
50
+ <a href="#" class="hover:text-orange-400">Log In</a>
51
+ </div>
52
+ </div>
53
+
54
+ <!-- Main Header -->
55
+ <header class="bg-white shadow-md">
56
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
57
+ <!-- Logo -->
58
+ <div class="flex items-center">
59
+ <a href="#" class="text-2xl font-bold text-orange-500">
60
+ <span class="hidden md:inline">PORNHUB</span>
61
+ <span class="md:hidden">PH</span>
62
+ </a>
63
+ </div>
64
+
65
+ <!-- Search Bar -->
66
+ <div class="hidden md:flex flex-1 mx-8">
67
+ <input type="text" placeholder="Search for videos, pornstars or categories"
68
+ class="w-full px-4 py-2 border border-gray-300 rounded-l-full focus:outline-none focus:ring-2 focus:ring-orange-500">
69
+ <button class="bg-orange-500 text-white px-4 py-2 rounded-r-full hover:bg-orange-600">
70
+ <i class="fas fa-search"></i>
71
+ </button>
72
+ </div>
73
+
74
+ <!-- Mobile Menu Button -->
75
+ <button id="mobileMenuButton" class="md:hidden text-gray-600">
76
+ <i class="fas fa-bars text-2xl"></i>
77
+ </button>
78
+
79
+ <!-- Desktop Menu Items -->
80
+ <div class="hidden md:flex space-x-6">
81
+ <a href="#" class="hover:text-orange-500 font-medium">Videos</a>
82
+ <a href="#" class="hover:text-orange-500 font-medium">Categories</a>
83
+ <a href="#" class="hover:text-orange-500 font-medium">Pornstars</a>
84
+ <a href="#" class="hover:text-orange-500 font-medium">Photos</a>
85
+ </div>
86
+ </div>
87
+ </header>
88
+
89
+ <!-- Mobile Menu (Hidden by default) -->
90
+ <div id="mobileMenu" class="mobile-menu mobile-menu-hidden fixed inset-y-0 right-0 w-64 bg-white shadow-lg z-50 overflow-y-auto">
91
+ <div class="p-4">
92
+ <div class="flex justify-between items-center mb-6">
93
+ <div class="text-xl font-bold text-orange-500">MENU</div>
94
+ <button id="closeMobileMenu" class="text-gray-600">
95
+ <i class="fas fa-times text-2xl"></i>
96
+ </button>
97
+ </div>
98
+
99
+ <div class="mb-4">
100
+ <input type="text" placeholder="Search..."
101
+ class="w-full px-4 py-2 border border-gray-300 rounded-full focus:outline-none focus:ring-2 focus:ring-orange-500">
102
+ </div>
103
+
104
+ <nav class="space-y-4">
105
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Videos</a>
106
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Categories</a>
107
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Pornstars</a>
108
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Photos</a>
109
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Live Cams</a>
110
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Community</a>
111
+ <div class="border-t border-gray-200 my-2"></div>
112
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Sign Up</a>
113
+ <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Log In</a>
114
+ </nav>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Main Content -->
119
+ <main class="container mx-auto px-4 py-6">
120
+ <!-- Hero Section -->
121
+ <section class="mb-8">
122
+ <div class="gradient-bg text-white rounded-lg p-6 md:p-8">
123
+ <div class="flex flex-col md:flex-row items-center">
124
+ <div class="md:w-1/2 mb-6 md:mb-0">
125
+ <h1 class="text-3xl md:text-4xl font-bold mb-4">Unlimited Free Porn Videos</h1>
126
+ <p class="text-lg mb-6">Enjoy the hottest pornstars and amateur community on the net.</p>
127
+ <button class="bg-white text-orange-500 font-bold py-3 px-6 rounded-full hover:bg-gray-100 transition">
128
+ Watch Now
129
+ </button>
130
+ </div>
131
+ <div class="md:w-1/2 flex justify-center">
132
+ <div class="relative w-full max-w-md">
133
+ <div class="video-thumbnail bg-gray-800 rounded-lg overflow-hidden">
134
+ <img src="https://placehold.co/600x400" alt="Featured video" class="w-full h-full object-cover">
135
+ <div class="absolute inset-0 flex items-center justify-center">
136
+ <button class="bg-white bg-opacity-80 rounded-full p-4 hover:bg-opacity-100 transition">
137
+ <i class="fas fa-play text-orange-500 text-2xl"></i>
138
+ </button>
139
+ </div>
140
+ </div>
141
+ <div class="absolute -bottom-4 -right-4 bg-orange-500 text-white px-3 py-1 rounded-full text-sm font-bold">
142
+ 18+
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </section>
149
+
150
+ <!-- Categories Section -->
151
+ <section class="mb-10">
152
+ <h2 class="text-2xl font-bold mb-6">Popular Categories</h2>
153
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
154
+ <!-- Category Item -->
155
+ <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
156
+ <div class="flex flex-col items-center">
157
+ <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
158
+ <i class="fas fa-user text-gray-600"></i>
159
+ </div>
160
+ <span class="text-center font-medium">Mature</span>
161
+ <span class="text-sm text-gray-500">33,064 Videos</span>
162
+ </div>
163
+ </a>
164
+
165
+ <!-- Repeat for other categories -->
166
+ <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
167
+ <div class="flex flex-col items-center">
168
+ <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
169
+ <i class="fas fa-heart text-gray-600"></i>
170
+ </div>
171
+ <span class="text-center font-medium">18-25</span>
172
+ <span class="text-sm text-gray-500">216,547 Videos</span>
173
+ </div>
174
+ </a>
175
+
176
+ <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
177
+ <div class="flex flex-col items-center">
178
+ <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
179
+ <i class="fas fa-star text-gray-600"></i>
180
+ </div>
181
+ <span class="text-center font-medium">MILF</span>
182
+ <span class="text-sm text-gray-500">154,127 Videos</span>
183
+ </div>
184
+ </a>
185
+
186
+ <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
187
+ <div class="flex flex-col items-center">
188
+ <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
189
+ <i class="fas fa-fire text-gray-600"></i>
190
+ </div>
191
+ <span class="text-center font-medium">Ebony</span>
192
+ <span class="text-sm text-gray-500">35,351 Videos</span>
193
+ </div>
194
+ </a>
195
+
196
+ <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
197
+ <div class="flex flex-col items-center">
198
+ <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
199
+ <i class="fas fa-bolt text-gray-600"></i>
200
+ </div>
201
+ <span class="text-center font-medium">Anal</span>
202
+ <span class="text-sm text-gray-500">110,259 Videos</span>
203
+ </div>
204
+ </a>
205
+
206
+ <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
207
+ <div class="flex flex-col items-center">
208
+ <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
209
+ <i class="fas fa-users text-gray-600"></i>
210
+ </div>
211
+ <span class="text-center font-medium">Threesome</span>
212
+ <span class="text-sm text-gray-500">36,437 Videos</span>
213
+ </div>
214
+ </a>
215
+ </div>
216
+
217
+ <div class="mt-6 text-center">
218
+ <a href="#" class="text-orange-500 font-medium hover:underline">View All Categories</a>
219
+ </div>
220
+ </section>
221
+
222
+ <!-- Trending Videos Section -->
223
+ <section class="mb-10">
224
+ <div class="flex justify-between items-center mb-6">
225
+ <h2 class="text-2xl font-bold">Trending Videos</h2>
226
+ <div class="flex space-x-2">
227
+ <button class="px-3 py-1 bg-gray-200 rounded-full text-sm hover:bg-gray-300">Hottest</button>
228
+ <button class="px-3 py-1 bg-gray-200 rounded-full text-sm hover:bg-gray-300">Most Viewed</button>
229
+ <button class="px-3 py-1 bg-gray-200 rounded-full text-sm hover:bg-gray-300">Top Rated</button>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
234
+ <!-- Video Card -->
235
+ <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
236
+ <div class="video-thumbnail relative">
237
+ <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
238
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
239
+ 14:42
240
+ </div>
241
+ <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
242
+ <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
243
+ <i class="fas fa-play text-orange-500"></i>
244
+ </button>
245
+ </div>
246
+ </div>
247
+ <div class="p-3">
248
+ <h3 class="font-medium text-sm mb-1 line-clamp-2">Goth Girlfriends vs Horny Step Brother - Effy Cutie & Natasha Noel - Family Therapy - Alex Adams</h3>
249
+ <div class="flex justify-between text-xs text-gray-500">
250
+ <span>Alex Adams</span>
251
+ <span>2.6M views</span>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Repeat for other videos -->
257
+ <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
258
+ <div class="video-thumbnail relative">
259
+ <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
260
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
261
+ 10:16
262
+ </div>
263
+ <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
264
+ <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
265
+ <i class="fas fa-play text-orange-500"></i>
266
+ </button>
267
+ </div>
268
+ </div>
269
+ <div class="p-3">
270
+ <h3 class="font-medium text-sm mb-1 line-clamp-2">Flexible Latina Redhead gets fucked into a pretzel - Zoey Di Giacomo</h3>
271
+ <div class="flex justify-between text-xs text-gray-500">
272
+ <span>Jak Knife</span>
273
+ <span>1.9M views</span>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
279
+ <div class="video-thumbnail relative">
280
+ <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
281
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
282
+ 13:09
283
+ </div>
284
+ <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
285
+ <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
286
+ <i class="fas fa-play text-orange-500"></i>
287
+ </button>
288
+ </div>
289
+ </div>
290
+ <div class="p-3">
291
+ <h3 class="font-medium text-sm mb-1 line-clamp-2">LUSTYGRANDMAS - Horny Granny Gets Her Old Pussy Plumbed By A Male Stud</h3>
292
+ <div class="flex justify-between text-xs text-gray-500">
293
+ <span>Lusty Grandmas</span>
294
+ <span>1.2M views</span>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
300
+ <div class="video-thumbnail relative">
301
+ <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
302
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
303
+ 3:52
304
+ </div>
305
+ <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
306
+ <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
307
+ <i class="fas fa-play text-orange-500"></i>
308
+ </button>
309
+ </div>
310
+ </div>
311
+ <div class="p-3">
312
+ <h3 class="font-medium text-sm mb-1 line-clamp-2">BLACKEDRAW Rampant Babe Paige Owen's first time with 3 BBCs</h3>
313
+ <div class="flex justify-between text-xs text-gray-500">
314
+ <span>Blacked Raw</span>
315
+ <span>885K views</span>
316
+ </div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="mt-6 text-center">
322
+ <a href="#" class="inline-block bg-orange-500 text-white px-6 py-2 rounded-full hover:bg-orange-600 transition">
323
+ Load More Videos
324
+ </a>
325
+ </div>
326
+ </section>
327
+
328
+ <!-- Pornstars Section -->
329
+ <section class="mb-10">
330
+ <div class="flex justify-between items-center mb-6">
331
+ <h2 class="text-2xl font-bold">Top Pornstars</h2>
332
+ <a href="#" class="text-orange-500 hover:underline">View All</a>
333
+ </div>
334
+
335
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
336
+ <!-- Pornstar Card -->
337
+ <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
338
+ <div class="relative">
339
+ <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
340
+ <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
341
+ 16
342
+ </div>
343
+ </div>
344
+ <div class="p-3">
345
+ <h3 class="font-medium text-sm mb-1">Rae Lil Black</h3>
346
+ <div class="text-xs text-gray-500">
347
+ <div>183 Videos</div>
348
+ <div>528M Views</div>
349
+ </div>
350
+ </div>
351
+ </a>
352
+
353
+ <!-- Repeat for other pornstars -->
354
+ <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
355
+ <div class="relative">
356
+ <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
357
+ <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
358
+ 9
359
+ </div>
360
+ </div>
361
+ <div class="p-3">
362
+ <h3 class="font-medium text-sm mb-1">Scott Stark</h3>
363
+ <div class="text-xs text-gray-500">
364
+ <div>194 Videos</div>
365
+ <div>488M Views</div>
366
+ </div>
367
+ </div>
368
+ </a>
369
+
370
+ <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
371
+ <div class="relative">
372
+ <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
373
+ <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
374
+ 25
375
+ </div>
376
+ </div>
377
+ <div class="p-3">
378
+ <h3 class="font-medium text-sm mb-1">Alina Angel</h3>
379
+ <div class="text-xs text-gray-500">
380
+ <div>86 Videos</div>
381
+ <div>315M Views</div>
382
+ </div>
383
+ </div>
384
+ </a>
385
+
386
+ <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
387
+ <div class="relative">
388
+ <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
389
+ <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
390
+ 11
391
+ </div>
392
+ </div>
393
+ <div class="p-3">
394
+ <h3 class="font-medium text-sm mb-1">Riley Reid</h3>
395
+ <div class="text-xs text-gray-500">
396
+ <div>860 Videos</div>
397
+ <div>1.6B Views</div>
398
+ </div>
399
+ </div>
400
+ </a>
401
+
402
+ <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
403
+ <div class="relative">
404
+ <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
405
+ <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
406
+ 41
407
+ </div>
408
+ </div>
409
+ <div class="p-3">
410
+ <h3 class="font-medium text-sm mb-1">Sisi Rose</h3>
411
+ <div class="text-xs text-gray-500">
412
+ <div>125 Videos</div>
413
+ <div>164M Views</div>
414
+ </div>
415
+ </div>
416
+ </a>
417
+
418
+ <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
419
+ <div class="relative">
420
+ <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
421
+ <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
422
+ 29
423
+ </div>
424
+ </div>
425
+ <div class="p-3">
426
+ <h3 class="font-medium text-sm mb-1">Melody Marks</h3>
427
+ <div class="text-xs text-gray-500">
428
+ <div>287 Videos</div>
429
+ <div>179M Views</div>
430
+ </div>
431
+ </div>
432
+ </a>
433
+ </div>
434
+ </section>
435
+
436
+ <!-- Premium Banner -->
437
+ <section class="mb-10 gradient-bg text-white rounded-lg p-6">
438
+ <div class="flex flex-col md:flex-row items-center">
439
+ <div class="md:w-2/3 mb-6 md:mb-0">
440
+ <h2 class="text-2xl md:text-3xl font-bold mb-4">NO MORE ADS. JUST ALL THE PREMIUM PORN YOU CAN HANDLE</h2>
441
+ <p class="text-lg mb-6">WELCOME TO THE BEST PORN EXPERIENCE. EVER.</p>
442
+ <div class="space-y-4 mb-6">
443
+ <div class="flex items-center">
444
+ <i class="fas fa-check-circle mr-3 text-xl"></i>
445
+ <span>No Ads</span>
446
+ </div>
447
+ <div class="flex items-center">
448
+ <i class="fas fa-check-circle mr-3 text-xl"></i>
449
+ <span>Exclusive Content</span>
450
+ </div>
451
+ <div class="flex items-center">
452
+ <i class="fas fa-check-circle mr-3 text-xl"></i>
453
+ <span>High Quality HD</span>
454
+ </div>
455
+ <div class="flex items-center">
456
+ <i class="fas fa-check-circle mr-3 text-xl"></i>
457
+ <span>Cancel Anytime</span>
458
+ </div>
459
+ </div>
460
+ <button class="bg-white text-orange-500 font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition">
461
+ Start Free Week of Premium
462
+ </button>
463
+ </div>
464
+ <div class="md:w-1/3 flex justify-center">
465
+ <img src="https://placehold.co/300x300" alt="Premium" class="rounded-lg">
466
+ </div>
467
+ </div>
468
+ </section>
469
+
470
+ <!-- Trending Searches -->
471
+ <section class="mb-10">
472
+ <h2 class="text-2xl font-bold mb-6">Trending Searches</h2>
473
+ <div class="flex flex-wrap gap-2">
474
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">camping</a>
475
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">kali roses</a>
476
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">milf amateur</a>
477
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">kimmy granger</a>
478
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">rosie rider</a>
479
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">anastasia knight</a>
480
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">xxx</a>
481
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">adriana chechik</a>
482
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">gym girl</a>
483
+ <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">bikini</a>
484
+ </div>
485
+ </section>
486
+ </main>
487
+
488
+ <!-- Footer -->
489
+ <footer class="bg-gray-800 text-white py-10">
490
+ <div class="container mx-auto px-4">
491
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
492
+ <!-- Column 1 -->
493
+ <div>
494
+ <h3 class="text-lg font-bold mb-4">Information</h3>
495
+ <ul class="space-y-2">
496
+ <li><a href="#" class="hover:text-orange-400">Sitemap</a></li>
497
+ <li><a href="#" class="hover:text-orange-400">Terms & Conditions</a></li>
498
+ <li><a href="#" class="hover:text-orange-400">Privacy Notice</a></li>
499
+ <li><a href="#" class="hover:text-orange-400">DMCA</a></li>
500
+ </ul>
501
+ </div>
502
+
503
+ <!-- Column 2 -->
504
+ <div>
505
+ <h3 class="text-lg font-bold mb-4">Work With Us</h3>
506
+ <ul class="space-y-2">
507
+ <li><a href="#" class="hover:text-orange-400">Content Partners</a></li>
508
+ <li><a href="#" class="hover:text-orange-400">Advertise</a></li>
509
+ <li><a href="#" class="hover:text-orange-400">Webmasters</a></li>
510
+ <li><a href="#" class="hover:text-orange-400">Model Program</a></li>
511
+ </ul>
512
+ </div>
513
+
514
+ <!-- Column 3 -->
515
+ <div>
516
+ <h3 class="text-lg font-bold mb-4">Support and Help</h3>
517
+ <ul class="space-y-2">
518
+ <li><a href="#" class="hover:text-orange-400">Content Removal</a></li>
519
+ <li><a href="#" class="hover:text-orange-400">Contact Support</a></li>
520
+ <li><a href="#" class="hover:text-orange-400">FAQ</a></li>
521
+ <li><a href="#" class="hover:text-orange-400">Parental Controls</a></li>
522
+ </ul>
523
+ </div>
524
+
525
+ <!-- Column 4 -->
526
+ <div>
527
+ <h3 class="text-lg font-bold mb-4">Discover</h3>
528
+ <ul class="space-y-2">
529
+ <li><a href="#" class="hover:text-orange-400">Blog</a></li>
530
+ <li><a href="#" class="hover:text-orange-400">Insights</a></li>
531
+ <li><a href="#" class="hover:text-orange-400">Sexual Wellness</a></li>
532
+ <li><a href="#" class="hover:text-orange-400">Mobile</a></li>
533
+ </ul>
534
+ </div>
535
+ </div>
536
+
537
+ <div class="border-t border-gray-700 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
538
+ <div class="mb-4 md:mb-0">
539
+ <span class="text-orange-400 font-bold text-xl">PORNHUB</span>
540
+ <span class="text-gray-400 ml-2">© 2025</span>
541
+ </div>
542
+
543
+ <div class="flex space-x-4">
544
+ <a href="#" class="hover:text-orange-400"><i class="fab fa-twitter text-xl"></i></a>
545
+ <a href="#" class="hover:text-orange-400"><i class="fab fa-discord text-xl"></i></a>
546
+ </div>
547
+ </div>
548
+
549
+ <div class="mt-6 text-center text-sm text-gray-400">
550
+ <p>This website is only intended for users over the age of 18.</p>
551
+ </div>
552
+ </div>
553
+ </footer>
554
+
555
+ <script>
556
+ // Mobile menu toggle
557
+ const mobileMenuButton = document.getElementById('mobileMenuButton');
558
+ const closeMobileMenu = document.getElementById('closeMobileMenu');
559
+ const mobileMenu = document.getElementById('mobileMenu');
560
+
561
+ mobileMenuButton.addEventListener('click', () => {
562
+ mobileMenu.classList.remove('mobile-menu-hidden');
563
+ mobileMenu.classList.add('mobile-menu-visible');
564
+ });
565
+
566
+ closeMobileMenu.addEventListener('click', () => {
567
+ mobileMenu.classList.remove('mobile-menu-visible');
568
+ mobileMenu.classList.add('mobile-menu-hidden');
569
+ });
570
+
571
+ // Close mobile menu when clicking outside
572
+ document.addEventListener('click', (e) => {
573
+ if (!mobileMenu.contains(e.target) && e.target !== mobileMenuButton) {
574
+ mobileMenu.classList.remove('mobile-menu-visible');
575
+ mobileMenu.classList.add('mobile-menu-hidden');
576
+ }
577
+ });
578
+ </script>
579
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=likhonsheikhdev/deploy" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
580
+ </html>