Freefall commited on
Commit
2d22814
·
verified ·
1 Parent(s): ac72f2d

Add 1 files

Browse files
Files changed (1) hide show
  1. index.html +530 -38
index.html CHANGED
@@ -1,41 +1,533 @@
1
  <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>My app</title>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <meta charset="utf-8">
 
 
7
  <style>
8
- body {
9
- display: flex;
10
- justify-content: center;
11
- align-items: center;
12
- overflow: hidden;
13
- height: 100dvh;
14
- font-family: "Arial", sans-serif;
15
- text-align: center;
16
- }
17
- .arrow {
18
- position: absolute;
19
- bottom: 32px;
20
- left: 0px;
21
- width: 100px;
22
- transform: rotate(30deg);
23
- }
24
- h1 {
25
- font-size: 50px;
26
- }
27
- h1 span {
28
- color: #acacac;
29
- font-size: 32px;
30
- }
31
  </style>
32
- </head>
33
- <body>
34
- <h1>
35
- <span>I'm ready to work,</span><br />
36
- Ask me anything.
37
- </h1>
38
- <img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="arrow" />
39
- <script></script>
40
- <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=Freefall/wont-view-leet" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
41
- </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>PassionPlay | Premium Adult Entertainment</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
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
12
+ }
13
+ .video-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .blur-overlay {
18
+ backdrop-filter: blur(10px);
19
+ background-color: rgba(255, 255, 255, 0.5);
20
+ }
21
+ .toggle-checkbox:checked {
22
+ right: 0;
23
+ background-color: #ec4899;
24
+ }
25
+ .toggle-checkbox:checked + .toggle-label {
26
+ background-color: #fbcfe8;
27
+ }
 
 
 
 
 
28
  </style>
29
+ </head>
30
+ <body class="gradient-bg min-h-screen font-sans">
31
+ <!-- Age Verification Modal -->
32
+ <div id="ageModal" class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black bg-opacity-70">
33
+ <div class="bg-white rounded-xl max-w-md w-full p-8 shadow-2xl">
34
+ <div class="text-center mb-6">
35
+ <i class="fas fa-exclamation-circle text-5xl text-pink-500 mb-4"></i>
36
+ <h2 class="text-2xl font-bold text-gray-800">Age Verification</h2>
37
+ </div>
38
+ <p class="text-gray-600 mb-6 text-center">
39
+ This website contains adult content and is only for viewers 18 years or older.
40
+ By entering, you confirm that you are at least 18 years of age.
41
+ </p>
42
+ <div class="flex flex-col space-y-3">
43
+ <button onclick="verifyAge(true)" class="bg-pink-500 hover:bg-pink-600 text-white font-medium py-3 px-4 rounded-lg transition">
44
+ I'm 18 or Older - Enter
45
+ </button>
46
+ <button onclick="verifyAge(false)" class="border border-gray-300 hover:bg-gray-100 text-gray-700 font-medium py-3 px-4 rounded-lg transition">
47
+ I'm Under 18 - Exit
48
+ </button>
49
+ </div>
50
+ </div>
51
+ </div>
52
+
53
+ <!-- Main Content (hidden until age verification) -->
54
+ <div id="mainContent" class="hidden">
55
+ <!-- Header -->
56
+ <header class="blur-overlay sticky top-0 z-40 border-b border-gray-200">
57
+ <div class="container mx-auto px-4 py-3 flex items-center justify-between">
58
+ <div class="flex items-center space-x-2">
59
+ <i class="fas fa-fire text-2xl text-pink-500"></i>
60
+ <span class="text-xl font-bold text-gray-800">PassionPlay</span>
61
+ </div>
62
+
63
+ <div class="hidden md:flex items-center space-x-6">
64
+ <a href="#" class="text-gray-700 hover:text-pink-500 font-medium">Explore</a>
65
+ <a href="#" class="text-gray-700 hover:text-pink-500 font-medium">Live</a>
66
+ <a href="#" class="text-gray-700 hover:text-pink-500 font-medium">Community</a>
67
+ <a href="#" class="text-gray-700 hover:text-pink-500 font-medium">Upload</a>
68
+ </div>
69
+
70
+ <div class="flex items-center space-x-4">
71
+ <div class="relative">
72
+ <input type="text" placeholder="Search..." class="pl-10 pr-4 py-2 rounded-full border border-gray-300 focus:outline-none focus:ring-2 focus:ring-pink-300 focus:border-transparent">
73
+ <i class="fas fa-search absolute left-3 top-1/2 transform -translate-y-1/2 text-gray-400"></i>
74
+ </div>
75
+ <button class="bg-pink-500 hover:bg-pink-600 text-white px-4 py-2 rounded-full font-medium flex items-center space-x-2">
76
+ <i class="fas fa-user-plus"></i>
77
+ <span class="hidden md:inline">Sign In</span>
78
+ </button>
79
+ </div>
80
+ </div>
81
+ </header>
82
+
83
+ <!-- Hero Section -->
84
+ <section class="relative h-96 overflow-hidden">
85
+ <div class="absolute inset-0 bg-gradient-to-r from-pink-500 to-purple-600 opacity-90"></div>
86
+ <div class="absolute inset-0 flex items-center justify-center">
87
+ <div class="text-center px-4 z-10 max-w-4xl">
88
+ <h1 class="text-4xl md:text-5xl font-bold text-white mb-4">Share Your Passion</h1>
89
+ <p class="text-xl text-white mb-8 opacity-90">
90
+ Connect with like-minded adults in a safe, consensual environment.
91
+ Watch, record, and share your most intimate moments.
92
+ </p>
93
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
94
+ <button class="bg-white text-pink-600 hover:bg-gray-100 font-bold py-3 px-6 rounded-full transition flex items-center justify-center space-x-2">
95
+ <i class="fas fa-play"></i>
96
+ <span>Start Watching</span>
97
+ </button>
98
+ <button class="bg-transparent border-2 border-white text-white hover:bg-white hover:bg-opacity-20 font-bold py-3 px-6 rounded-full transition flex items-center justify-center space-x-2">
99
+ <i class="fas fa-video"></i>
100
+ <span>Go Live Now</span>
101
+ </button>
102
+ </div>
103
+ </div>
104
+ </div>
105
+ </section>
106
+
107
+ <!-- Content Tabs -->
108
+ <div class="container mx-auto px-4 mt-8">
109
+ <div class="flex border-b border-gray-200">
110
+ <button class="tab-button active py-4 px-6 font-medium text-pink-500 border-b-2 border-pink-500">Featured</button>
111
+ <button class="tab-button py-4 px-6 font-medium text-gray-500 hover:text-pink-500">Trending</button>
112
+ <button class="tab-button py-4 px-6 font-medium text-gray-500 hover:text-pink-500">New Uploads</button>
113
+ <button class="tab-button py-4 px-6 font-medium text-gray-500 hover:text-pink-500">Couples</button>
114
+ <button class="tab-button py-4 px-6 font-medium text-gray-500 hover:text-pink-500">Solo</button>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Video Grid -->
119
+ <section class="container mx-auto px-4 py-8">
120
+ <h2 class="text-2xl font-bold text-gray-800 mb-6">Featured Content</h2>
121
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
122
+ <!-- Video Card 1 -->
123
+ <div class="video-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300 cursor-pointer">
124
+ <div class="relative">
125
+ <img src="https://source.unsplash.com/random/400x225/?couple,romantic" alt="Video thumbnail" class="w-full h-48 object-cover">
126
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
127
+ 12:34
128
+ </div>
129
+ <div class="absolute top-2 left-2 bg-pink-500 text-white text-xs px-2 py-1 rounded">
130
+ LIVE
131
+ </div>
132
+ </div>
133
+ <div class="p-4">
134
+ <div class="flex items-start space-x-3">
135
+ <img src="https://source.unsplash.com/random/40x40/?portrait" alt="Creator" class="w-10 h-10 rounded-full">
136
+ <div>
137
+ <h3 class="font-medium text-gray-800 line-clamp-2">Romantic evening with passionate couple</h3>
138
+ <p class="text-gray-500 text-sm">HotCouple22 • 15.4K views</p>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Video Card 2 -->
145
+ <div class="video-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300 cursor-pointer">
146
+ <div class="relative">
147
+ <img src="https://source.unsplash.com/random/400x225/?woman,lingerie" alt="Video thumbnail" class="w-full h-48 object-cover">
148
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
149
+ 8:45
150
+ </div>
151
+ </div>
152
+ <div class="p-4">
153
+ <div class="flex items-start space-x-3">
154
+ <img src="https://source.unsplash.com/random/40x40/?woman" alt="Creator" class="w-10 h-10 rounded-full">
155
+ <div>
156
+ <h3 class="font-medium text-gray-800 line-clamp-2">Sensual solo performance</h3>
157
+ <p class="text-gray-500 text-sm">LoneStarGirl • 8.2K views</p>
158
+ </div>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Video Card 3 -->
164
+ <div class="video-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300 cursor-pointer">
165
+ <div class="relative">
166
+ <img src="https://source.unsplash.com/random/400x225/?hotel,romantic" alt="Video thumbnail" class="w-full h-48 object-cover">
167
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
168
+ 22:18
169
+ </div>
170
+ </div>
171
+ <div class="p-4">
172
+ <div class="flex items-start space-x-3">
173
+ <img src="https://source.unsplash.com/random/40x40/?man" alt="Creator" class="w-10 h-10 rounded-full">
174
+ <div>
175
+ <h3 class="font-medium text-gray-800 line-clamp-2">Weekend getaway with amazing chemistry</h3>
176
+ <p class="text-gray-500 text-sm">TravelLovers • 24.7K views</p>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Video Card 4 -->
183
+ <div class="video-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300 cursor-pointer">
184
+ <div class="relative">
185
+ <img src="https://source.unsplash.com/random/400x225/?bathroom,mirror" alt="Video thumbnail" class="w-full h-48 object-cover">
186
+ <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
187
+ 6:52
188
+ </div>
189
+ <div class="absolute top-2 left-2 bg-pink-500 text-white text-xs px-2 py-1 rounded">
190
+ NEW
191
+ </div>
192
+ </div>
193
+ <div class="p-4">
194
+ <div class="flex items-start space-x-3">
195
+ <img src="https://source.unsplash.com/random/40x40/?woman,blonde" alt="Creator" class="w-10 h-10 rounded-full">
196
+ <div>
197
+ <h3 class="font-medium text-gray-800 line-clamp-2">Morning shower fantasy</h3>
198
+ <p class="text-gray-500 text-sm">BubbleQueen • 3.1K views</p>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+ </div>
204
+ </section>
205
+
206
+ <!-- Live Section -->
207
+ <section class="bg-gray-50 py-8">
208
+ <div class="container mx-auto px-4">
209
+ <div class="flex items-center justify-between mb-6">
210
+ <h2 class="text-2xl font-bold text-gray-800">Live Now</h2>
211
+ <a href="#" class="text-pink-500 hover:text-pink-600 font-medium flex items-center">
212
+ View All <i class="fas fa-chevron-right ml-2 text-sm"></i>
213
+ </a>
214
+ </div>
215
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
216
+ <!-- Live Card 1 -->
217
+ <div class="bg-white rounded-xl overflow-hidden shadow-md">
218
+ <div class="relative">
219
+ <img src="https://source.unsplash.com/random/600x338/?bedroom" alt="Live thumbnail" class="w-full h-48 object-cover">
220
+ <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-50"></div>
221
+ <div class="absolute bottom-3 left-3 right-3">
222
+ <div class="flex items-center justify-between">
223
+ <div class="flex items-center space-x-2">
224
+ <div class="w-2 h-2 rounded-full bg-red-500 animate-pulse"></div>
225
+ <span class="text-white text-sm font-medium">LIVE</span>
226
+ </div>
227
+ <div class="bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
228
+ 1.2K watching
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ <div class="p-4">
234
+ <div class="flex items-start space-x-3">
235
+ <img src="https://source.unsplash.com/random/40x40/?woman,brunette" alt="Creator" class="w-10 h-10 rounded-full border-2 border-pink-500">
236
+ <div>
237
+ <h3 class="font-medium text-gray-800">Late night fun with Jess</h3>
238
+ <p class="text-gray-500 text-sm">SweetJess • 4.8K followers</p>
239
+ </div>
240
+ </div>
241
+ <button class="mt-3 w-full bg-pink-500 hover:bg-pink-600 text-white font-medium py-2 px-4 rounded-lg transition">
242
+ Join Stream
243
+ </button>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Live Card 2 -->
248
+ <div class="bg-white rounded-xl overflow-hidden shadow-md">
249
+ <div class="relative">
250
+ <img src="https://source.unsplash.com/random/600x338/?hotel" alt="Live thumbnail" class="w-full h-48 object-cover">
251
+ <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-50"></div>
252
+ <div class="absolute bottom-3 left-3 right-3">
253
+ <div class="flex items-center justify-between">
254
+ <div class="flex items-center space-x-2">
255
+ <div class="w-2 h-2 rounded-full bg-red-500 animate-pulse"></div>
256
+ <span class="text-white text-sm font-medium">LIVE</span>
257
+ </div>
258
+ <div class="bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
259
+ 856 watching
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ <div class="p-4">
265
+ <div class="flex items-start space-x-3">
266
+ <img src="https://source.unsplash.com/random/40x40/?couple" alt="Creator" class="w-10 h-10 rounded-full border-2 border-pink-500">
267
+ <div>
268
+ <h3 class="font-medium text-gray-800">Our anniversary celebration</h3>
269
+ <p class="text-gray-500 text-sm">CoupleGoals • 12.3K followers</p>
270
+ </div>
271
+ </div>
272
+ <button class="mt-3 w-full bg-pink-500 hover:bg-pink-600 text-white font-medium py-2 px-4 rounded-lg transition">
273
+ Join Stream
274
+ </button>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Live Card 3 -->
279
+ <div class="bg-white rounded-xl overflow-hidden shadow-md">
280
+ <div class="relative">
281
+ <img src="https://source.unsplash.com/random/600x338/?kitchen" alt="Live thumbnail" class="w-full h-48 object-cover">
282
+ <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-50"></div>
283
+ <div class="absolute bottom-3 left-3 right-3">
284
+ <div class="flex items-center justify-between">
285
+ <div class="flex items-center space-x-2">
286
+ <div class="w-2 h-2 rounded-full bg-red-500 animate-pulse"></div>
287
+ <span class="text-white text-sm font-medium">LIVE</span>
288
+ </div>
289
+ <div class="bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
290
+ 2.4K watching
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ <div class="p-4">
296
+ <div class="flex items-start space-x-3">
297
+ <img src="https://source.unsplash.com/random/40x40/?man,beard" alt="Creator" class="w-10 h-10 rounded-full border-2 border-pink-500">
298
+ <div>
299
+ <h3 class="font-medium text-gray-800">Solo male performance</h3>
300
+ <p class="text-gray-500 text-sm">LoneWolf • 8.7K followers</p>
301
+ </div>
302
+ </div>
303
+ <button class="mt-3 w-full bg-pink-500 hover:bg-pink-600 text-white font-medium py-2 px-4 rounded-lg transition">
304
+ Join Stream
305
+ </button>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+ </section>
311
+
312
+ <!-- Upload Section -->
313
+ <section class="container mx-auto px-4 py-12">
314
+ <div class="bg-gradient-to-r from-pink-500 to-purple-600 rounded-2xl p-8 md:p-12 text-white">
315
+ <div class="max-w-3xl mx-auto text-center">
316
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Ready to Share Your Passion?</h2>
317
+ <p class="text-lg mb-8 opacity-90">
318
+ Join our community of open-minded adults and share your intimate moments.
319
+ Whether you're a couple or flying solo, we welcome all expressions of passion.
320
+ </p>
321
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
322
+ <button class="bg-white text-pink-600 hover:bg-gray-100 font-bold py-3 px-6 rounded-full transition flex items-center justify-center space-x-2">
323
+ <i class="fas fa-cloud-upload-alt"></i>
324
+ <span>Upload Video</span>
325
+ </button>
326
+ <button class="bg-transparent border-2 border-white hover:bg-white hover:bg-opacity-20 font-bold py-3 px-6 rounded-full transition flex items-center justify-center space-x-2">
327
+ <i class="fas fa-broadcast-tower"></i>
328
+ <span>Start Streaming</span>
329
+ </button>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </section>
334
+
335
+ <!-- Community Guidelines -->
336
+ <section class="bg-gray-50 py-12">
337
+ <div class="container mx-auto px-4">
338
+ <h2 class="text-2xl font-bold text-center text-gray-800 mb-8">Our Community Guidelines</h2>
339
+ <div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
340
+ <div class="bg-white p-6 rounded-xl shadow-sm">
341
+ <div class="w-12 h-12 bg-pink-100 rounded-full flex items-center justify-center text-pink-500 mb-4">
342
+ <i class="fas fa-handshake text-xl"></i>
343
+ </div>
344
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Consent is Mandatory</h3>
345
+ <p class="text-gray-600">
346
+ All content must be consensual. We have zero tolerance for non-consensual sharing or any form of exploitation.
347
+ </p>
348
+ </div>
349
+ <div class="bg-white p-6 rounded-xl shadow-sm">
350
+ <div class="w-12 h-12 bg-pink-100 rounded-full flex items-center justify-center text-pink-500 mb-4">
351
+ <i class="fas fa-user-shield text-xl"></i>
352
+ </div>
353
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Age Verification</h3>
354
+ <p class="text-gray-600">
355
+ Strict 18+ policy for all users and content. We use advanced verification systems to ensure compliance.
356
+ </p>
357
+ </div>
358
+ <div class="bg-white p-6 rounded-xl shadow-sm">
359
+ <div class="w-12 h-12 bg-pink-100 rounded-full flex items-center justify-center text-pink-500 mb-4">
360
+ <i class="fas fa-heart text-xl"></i>
361
+ </div>
362
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Respect & Positivity</h3>
363
+ <p class="text-gray-600">
364
+ Our community thrives on mutual respect. Harassment, hate speech, or bullying will not be tolerated.
365
+ </p>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </section>
370
+
371
+ <!-- Privacy Settings -->
372
+ <section class="container mx-auto px-4 py-12">
373
+ <div class="max-w-4xl mx-auto bg-white rounded-xl shadow-sm overflow-hidden">
374
+ <div class="md:flex">
375
+ <div class="md:w-1/3 bg-pink-50 p-8 flex items-center justify-center">
376
+ <div class="text-center">
377
+ <i class="fas fa-lock text-5xl text-pink-500 mb-4"></i>
378
+ <h3 class="text-xl font-bold text-gray-800">Privacy Controls</h3>
379
+ </div>
380
+ </div>
381
+ <div class="md:w-2/3 p-8">
382
+ <h2 class="text-2xl font-bold text-gray-800 mb-6">Your Privacy Matters</h2>
383
+
384
+ <div class="space-y-6">
385
+ <div class="flex items-center justify-between">
386
+ <div>
387
+ <h4 class="font-medium text-gray-800">Profile Visibility</h4>
388
+ <p class="text-sm text-gray-500">Choose who can see your profile and content</p>
389
+ </div>
390
+ <select class="border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-pink-300">
391
+ <option>Public</option>
392
+ <option>Followers Only</option>
393
+ <option>Private</option>
394
+ </select>
395
+ </div>
396
+
397
+ <div class="flex items-center justify-between">
398
+ <div>
399
+ <h4 class="font-medium text-gray-800">Location Sharing</h4>
400
+ <p class="text-sm text-gray-500">Hide your approximate location from others</p>
401
+ </div>
402
+ <div class="relative inline-block w-10 mr-2 align-middle select-none">
403
+ <input type="checkbox" id="location-toggle" class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer"/>
404
+ <label for="location-toggle" class="toggle-label block overflow-hidden h-6 rounded-full bg-gray-300 cursor-pointer"></label>
405
+ </div>
406
+ </div>
407
+
408
+ <div class="flex items-center justify-between">
409
+ <div>
410
+ <h4 class="font-medium text-gray-800">Download Protection</h4>
411
+ <p class="text-sm text-gray-500">Prevent others from downloading your content</p>
412
+ </div>
413
+ <div class="relative inline-block w-10 mr-2 align-middle select-none">
414
+ <input type="checkbox" id="download-toggle" checked class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer"/>
415
+ <label for="download-toggle" class="toggle-label block overflow-hidden h-6 rounded-full bg-pink-200 cursor-pointer"></label>
416
+ </div>
417
+ </div>
418
+
419
+ <div class="pt-4">
420
+ <button class="bg-pink-500 hover:bg-pink-600 text-white font-medium py-2 px-6 rounded-lg transition">
421
+ Save Privacy Settings
422
+ </button>
423
+ </div>
424
+ </div>
425
+ </div>
426
+ </div>
427
+ </div>
428
+ </section>
429
+
430
+ <!-- Footer -->
431
+ <footer class="bg-gray-800 text-white pt-12 pb-6">
432
+ <div class="container mx-auto px-4">
433
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
434
+ <div>
435
+ <div class="flex items-center space-x-2 mb-4">
436
+ <i class="fas fa-fire text-2xl text-pink-400"></i>
437
+ <span class="text-xl font-bold">PassionPlay</span>
438
+ </div>
439
+ <p class="text-gray-400 mb-4">
440
+ A premium platform for adults to explore and share their passion in a safe, consensual environment.
441
+ </p>
442
+ <div class="flex space-x-4">
443
+ <a href="#" class="text-gray-400 hover:text-pink-400"><i class="fab fa-twitter"></i></a>
444
+ <a href="#" class="text-gray-400 hover:text-pink-400"><i class="fab fa-instagram"></i></a>
445
+ <a href="#" class="text-gray-400 hover:text-pink-400"><i class="fab fa-reddit-alien"></i></a>
446
+ </div>
447
+ </div>
448
+
449
+ <div>
450
+ <h4 class="font-bold text-lg mb-4">Explore</h4>
451
+ <ul class="space-y-2">
452
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Categories</a></li>
453
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Live Streams</a></li>
454
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Popular Creators</a></li>
455
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">New Releases</a></li>
456
+ </ul>
457
+ </div>
458
+
459
+ <div>
460
+ <h4 class="font-bold text-lg mb-4">Community</h4>
461
+ <ul class="space-y-2">
462
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Guidelines</a></li>
463
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Forums</a></li>
464
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Creator Program</a></li>
465
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Safety Center</a></li>
466
+ </ul>
467
+ </div>
468
+
469
+ <div>
470
+ <h4 class="font-bold text-lg mb-4">Legal</h4>
471
+ <ul class="space-y-2">
472
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Terms of Service</a></li>
473
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">Privacy Policy</a></li>
474
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">DMCA</a></li>
475
+ <li><a href="#" class="text-gray-400 hover:text-pink-400">2257 Statement</a></li>
476
+ </ul>
477
+ </div>
478
+ </div>
479
+
480
+ <div class="pt-6 border-t border-gray-700 text-center text-gray-400 text-sm">
481
+ <p>© 2023 PassionPlay. All rights reserved. All models are 18+ years of age.</p>
482
+ <p class="mt-2">This website is for adults only. By entering, you confirm you are at least 18 years old.</p>
483
+ </div>
484
+ </div>
485
+ </footer>
486
+ </div>
487
+
488
+ <script>
489
+ // Age verification
490
+ function verifyAge(isAdult) {
491
+ const ageModal = document.getElementById('ageModal');
492
+ const mainContent = document.getElementById('mainContent');
493
+
494
+ if (isAdult) {
495
+ ageModal.classList.add('hidden');
496
+ mainContent.classList.remove('hidden');
497
+ document.cookie = "ageVerified=true; path=/; max-age=86400"; // 24 hours
498
+ } else {
499
+ window.location.href = "https://www.google.com";
500
+ }
501
+ }
502
+
503
+ // Check if already verified
504
+ function checkAgeCookie() {
505
+ const cookies = document.cookie.split(';');
506
+ for (let cookie of cookies) {
507
+ const [name, value] = cookie.trim().split('=');
508
+ if (name === 'ageVerified' && value === 'true') {
509
+ document.getElementById('ageModal').classList.add('hidden');
510
+ document.getElementById('mainContent').classList.remove('hidden');
511
+ return;
512
+ }
513
+ }
514
+ }
515
+
516
+ // Tab functionality
517
+ const tabButtons = document.querySelectorAll('.tab-button');
518
+ tabButtons.forEach(button => {
519
+ button.addEventListener('click', () => {
520
+ tabButtons.forEach(btn => btn.classList.remove('active', 'text-pink-500', 'border-pink-500'));
521
+ tabButtons.forEach(btn => btn.classList.add('text-gray-500'));
522
+ button.classList.add('active', 'text-pink-500', 'border-pink-500');
523
+ button.classList.remove('text-gray-500');
524
+ });
525
+ });
526
+
527
+ // Initialize
528
+ document.addEventListener('DOMContentLoaded', () => {
529
+ checkAgeCookie();
530
+ });
531
+ </script>
532
+ <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=Freefall/wont-view-leet" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
533
+ </html>