huggingfacecurator commited on
Commit
0ce0e5c
·
verified ·
1 Parent(s): 42c6dbc

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +136 -54
  2. prompts.txt +3 -2
index.html CHANGED
@@ -21,6 +21,11 @@
21
 
22
  .glow-box {
23
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
 
 
 
 
 
24
  }
25
 
26
  .iframe-container {
@@ -183,6 +188,46 @@
183
  font-size: 1.5rem;
184
  margin-right: 1rem;
185
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  </style>
187
  </head>
188
  <body class="text-gray-100">
@@ -190,7 +235,7 @@
190
  <!-- Header Section -->
191
  <header class="text-center mb-16">
192
  <div class="flex justify-center mb-6">
193
- <div class="bg-blue-500/20 p-4 rounded-full glow-box">
194
  <i class="fas fa-random text-5xl text-blue-400"></i>
195
  </div>
196
  </div>
@@ -201,72 +246,67 @@
201
  <!-- Security Update Section -->
202
  <section class="mb-16">
203
  <div class="flex items-center justify-center mb-8">
204
- <h2 class="text-3xl font-bold text-center glow-text">Security Updates</h2>
205
  <span class="security-badge">
206
- <i class="fas fa-shield-alt"></i> IMPORTANT
207
  </span>
208
  </div>
209
 
210
  <div class="max-w-4xl mx-auto">
211
- <div class="update-card">
 
 
212
  <div class="flex items-start">
213
- <div class="security-icon">
214
- <i class="fas fa-bug"></i>
215
  </div>
216
  <div>
217
  <div class="update-date">
218
- <i class="far fa-calendar-alt"></i> Latest Update: April 2025
219
  </div>
220
- <h3 class="text-xl font-semibold mb-2">XSS Protection Measures Implemented</h3>
221
  <p class="text-gray-300 mb-3">
222
- Due to recent incidents involving "script kiddies" attempting to inject malicious code into our platform,
223
- we've implemented robust Cross-Site Scripting (XSS) protection measures.
224
  </p>
225
- <div class="bg-gray-800/50 p-4 rounded-lg mb-3">
226
- <h4 class="font-medium text-red-400 mb-2">
227
- <i class="fas fa-exclamation-triangle"></i> What happened?
228
  </h4>
229
  <p class="text-gray-300 text-sm">
230
- Immature individuals ("script kiddies") thought it would be "cool" to try injecting JavaScript code
231
- that could potentially harm other users' experience. These attacks were amateurish but disruptive.
 
232
  </p>
233
  </div>
234
- <div class="bg-gray-800/50 p-4 rounded-lg">
235
- <h4 class="font-medium text-green-400 mb-2">
236
- <i class="fas fa-shield-virus"></i> Our Response
237
- </h4>
238
- <ul class="text-gray-300 text-sm list-disc pl-5 space-y-1">
239
- <li>Implemented strict input sanitization for all user-generated content</li>
240
- <li>Added Content Security Policy (CSP) headers to prevent unauthorized script execution</li>
241
- <li>Enhanced server-side validation for all API endpoints</li>
242
- <li>Added real-time monitoring for suspicious activity</li>
243
- <li>Improved error handling to prevent information leakage</li>
244
- </ul>
245
- </div>
246
  </div>
247
  </div>
248
  </div>
249
 
 
250
  <div class="update-card">
251
  <div class="flex items-start">
252
  <div class="security-icon">
253
- <i class="fas fa-user-shield"></i>
254
  </div>
255
  <div>
256
  <div class="update-date">
257
- <i class="far fa-calendar-alt"></i> Ongoing Commitment
258
  </div>
259
- <h3 class="text-xl font-semibold mb-2">Our Security Promise</h3>
260
- <p class="text-gray-300">
261
- We take security seriously and will continue to monitor and improve our defenses against all types of attacks.
262
- While we understand the curiosity of beginners in cybersecurity, we cannot tolerate actions that disrupt
263
- the experience for our legitimate users.
264
- </p>
265
- <p class="text-gray-400 mt-3 text-sm">
266
- <i class="fas fa-info-circle"></i> If you're interested in ethical hacking, we recommend practicing on
267
- <a href="https://www.hackthebox.com" target="_blank" class="text-blue-400 hover:underline">proper platforms</a>
268
- designed for security research.
269
  </p>
 
 
 
 
 
 
 
 
 
 
 
270
  </div>
271
  </div>
272
  </div>
@@ -303,28 +343,70 @@
303
  <h2 class="text-3xl font-bold text-center mb-12 glow-text">Why Choose Our Crossover Writer?</h2>
304
 
305
  <div class="grid md:grid-cols-3 gap-8">
306
- <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all">
307
- <div class="text-blue-400 text-4xl mb-4">
308
- <i class="fas fa-brain"></i>
 
 
 
 
 
309
  </div>
310
- <h3 class="text-xl font-semibold mb-2">Advanced AI</h3>
311
- <p class="text-gray-300">Powered by cutting-edge AI that understands character personalities and universe rules to create believable crossovers.</p>
312
  </div>
313
 
314
- <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all">
315
- <div class="text-purple-400 text-4xl mb-4">
316
- <i class="fas fa-random"></i>
 
 
 
 
 
317
  </div>
318
- <h3 class="text-xl font-semibold mb-2">Endless Combinations</h3>
319
- <p class="text-gray-300">Mix and match any characters, worlds, or genres - from sci-fi to fantasy, superheroes to historical figures.</p>
320
  </div>
321
 
322
- <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all">
323
- <div class="text-green-400 text-4xl mb-4">
324
- <i class="fas fa-magic"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  </div>
326
- <h3 class="text-xl font-semibold mb-2">Creative Inspiration</h3>
327
- <p class="text-gray-300">Break through writer's block with AI-generated crossover ideas that spark your imagination.</p>
328
  </div>
329
  </div>
330
  </section>
 
21
 
22
  .glow-box {
23
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
24
+ transition: all 0.3s ease;
25
+ }
26
+
27
+ .glow-box:hover {
28
+ box-shadow: 0 0 30px rgba(59, 130, 246, 0.8);
29
  }
30
 
31
  .iframe-container {
 
188
  font-size: 1.5rem;
189
  margin-right: 1rem;
190
  }
191
+
192
+ .feature-badge {
193
+ position: absolute;
194
+ top: -10px;
195
+ right: -10px;
196
+ background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
197
+ color: white;
198
+ font-size: 0.7rem;
199
+ font-weight: bold;
200
+ padding: 3px 8px;
201
+ border-radius: 20px;
202
+ z-index: 10;
203
+ }
204
+
205
+ .pulse {
206
+ animation: pulse 2s infinite;
207
+ }
208
+
209
+ @keyframes pulse {
210
+ 0% {
211
+ box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
212
+ }
213
+ 70% {
214
+ box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
215
+ }
216
+ 100% {
217
+ box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
218
+ }
219
+ }
220
+
221
+ .feature-card {
222
+ height: 100%;
223
+ display: flex;
224
+ flex-direction: column;
225
+ }
226
+
227
+ .feature-icon {
228
+ font-size: 2.5rem;
229
+ margin-bottom: 1rem;
230
+ }
231
  </style>
232
  </head>
233
  <body class="text-gray-100">
 
235
  <!-- Header Section -->
236
  <header class="text-center mb-16">
237
  <div class="flex justify-center mb-6">
238
+ <div class="bg-blue-500/20 p-4 rounded-full glow-box pulse">
239
  <i class="fas fa-random text-5xl text-blue-400"></i>
240
  </div>
241
  </div>
 
246
  <!-- Security Update Section -->
247
  <section class="mb-16">
248
  <div class="flex items-center justify-center mb-8">
249
+ <h2 class="text-3xl font-bold text-center glow-text">Latest Updates</h2>
250
  <span class="security-badge">
251
+ <i class="fas fa-bolt"></i> NEW
252
  </span>
253
  </div>
254
 
255
  <div class="max-w-4xl mx-auto">
256
+ <!-- Game Crossover Update -->
257
+ <div class="update-card relative">
258
+ <div class="feature-badge">NEW</div>
259
  <div class="flex items-start">
260
+ <div class="text-blue-400 text-2xl mr-4">
261
+ <i class="fas fa-gamepad"></i>
262
  </div>
263
  <div>
264
  <div class="update-date">
265
+ <i class="far fa-calendar-alt"></i> May 28, 2025
266
  </div>
267
+ <h3 class="text-xl font-semibold mb-2">Game Crossover Expansion</h3>
268
  <p class="text-gray-300 mb-3">
269
+ Yeah, it won't be a crossover if we don't have a script but.. yeah.
 
270
  </p>
271
+ <div class="bg-gray-800/50 p-4 rounded-lg">
272
+ <h4 class="font-medium text-blue-400 mb-2">
273
+ <i class="fas fa-question-circle"></i> Why Game Crossovers?
274
  </h4>
275
  <p class="text-gray-300 text-sm">
276
+ Games offer unique interactive storytelling opportunities. By combining game characters with shows or other games,
277
+ we unlock new creative possibilities. Imagine Mario in the world of Game of Thrones, or Master Chief teaming up with
278
+ Spider-Man - the combinations are endless!
279
  </p>
280
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
281
  </div>
282
  </div>
283
  </div>
284
 
285
+ <!-- Security Update -->
286
  <div class="update-card">
287
  <div class="flex items-start">
288
  <div class="security-icon">
289
+ <i class="fas fa-shield-alt"></i>
290
  </div>
291
  <div>
292
  <div class="update-date">
293
+ <i class="far fa-calendar-alt"></i> April 2025
294
  </div>
295
+ <h3 class="text-xl font-semibold mb-2">Security Improvements</h3>
296
+ <p class="text-gray-300 mb-3">
297
+ We've implemented robust Cross-Site Scripting (XSS) protection measures against amateur attacks.
 
 
 
 
 
 
 
298
  </p>
299
+ <div class="bg-gray-800/50 p-4 rounded-lg">
300
+ <h4 class="font-medium text-green-400 mb-2">
301
+ <i class="fas fa-shield-virus"></i> Enhanced Protection
302
+ </h4>
303
+ <ul class="text-gray-300 text-sm list-disc pl-5 space-y-1">
304
+ <li>Strict input sanitization for all user content</li>
305
+ <li>Content Security Policy (CSP) headers</li>
306
+ <li>Improved server-side validation</li>
307
+ <li>Real-time monitoring for suspicious activity</li>
308
+ </ul>
309
+ </div>
310
  </div>
311
  </div>
312
  </div>
 
343
  <h2 class="text-3xl font-bold text-center mb-12 glow-text">Why Choose Our Crossover Writer?</h2>
344
 
345
  <div class="grid md:grid-cols-3 gap-8">
346
+ <!-- Feature 1 -->
347
+ <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all feature-card">
348
+ <div class="text-center">
349
+ <div class="feature-icon text-blue-400">
350
+ <i class="fas fa-brain"></i>
351
+ </div>
352
+ <h3 class="text-xl font-semibold mb-2">Advanced AI Technology</h3>
353
+ <p class="text-gray-300">Our cutting-edge AI understands character personalities and universe rules to create believable crossovers that stay true to the original material.</p>
354
  </div>
 
 
355
  </div>
356
 
357
+ <!-- Feature 2 -->
358
+ <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all feature-card">
359
+ <div class="text-center">
360
+ <div class="feature-icon text-purple-400">
361
+ <i class="fas fa-random"></i>
362
+ </div>
363
+ <h3 class="text-xl font-semibold mb-2">Endless Combinations</h3>
364
+ <p class="text-gray-300">Mix and match any characters, worlds, or genres - from sci-fi to fantasy, superheroes to historical figures, with seamless integration.</p>
365
  </div>
 
 
366
  </div>
367
 
368
+ <!-- Feature 3 -->
369
+ <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all feature-card">
370
+ <div class="text-center">
371
+ <div class="feature-icon text-green-400">
372
+ <i class="fas fa-magic"></i>
373
+ </div>
374
+ <h3 class="text-xl font-semibold mb-2">Creative Inspiration</h3>
375
+ <p class="text-gray-300">Break through writer's block with AI-generated crossover ideas that spark your imagination and help you explore new storytelling possibilities.</p>
376
+ </div>
377
+ </div>
378
+
379
+ <!-- Feature 4 -->
380
+ <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all feature-card">
381
+ <div class="text-center">
382
+ <div class="feature-icon text-yellow-400">
383
+ <i class="fas fa-gamepad"></i>
384
+ </div>
385
+ <h3 class="text-xl font-semibold mb-2">Game Integration</h3>
386
+ <p class="text-gray-300">Specialized support for video game characters and worlds, allowing unique crossovers between games and other media with authentic gameplay elements.</p>
387
+ </div>
388
+ </div>
389
+
390
+ <!-- Feature 5 -->
391
+ <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all feature-card">
392
+ <div class="text-center">
393
+ <div class="feature-icon text-red-400">
394
+ <i class="fas fa-book-open"></i>
395
+ </div>
396
+ <h3 class="text-xl font-semibold mb-2">Rich Storytelling</h3>
397
+ <p class="text-gray-300">Generate detailed narratives with proper pacing, character development, and plot arcs that respect both source materials in your crossover.</p>
398
+ </div>
399
+ </div>
400
+
401
+ <!-- Feature 6 -->
402
+ <div class="bg-gray-800/50 p-6 rounded-xl hover:glow-box transition-all feature-card">
403
+ <div class="text-center">
404
+ <div class="feature-icon text-pink-400">
405
+ <i class="fas fa-users"></i>
406
+ </div>
407
+ <h3 class="text-xl font-semibold mb-2">Character Consistency</h3>
408
+ <p class="text-gray-300">Maintain authentic character voices and behaviors even when placed in unfamiliar settings or interacting with characters from different universes.</p>
409
  </div>
 
 
410
  </div>
411
  </div>
412
  </section>
prompts.txt CHANGED
@@ -1,2 +1,3 @@
1
- Add some section with update about added XSS attacks and the reason to this because of "script kiddies" think they're cool by inserting code (malicious code, XSS related) that ruins other people's projects.
2
- Change the "Latest Update" thing to "April 2025" and copyright thing to "2025 AI Crossover Writer". Keep all other text intact including the copyright sign.
 
 
1
+ Add updates: Instead of show crossover, why not add game crossover with show or simulator? (also add why) and date this update to be late May 2025. Also, add multilingual support for this space (30+ languages). FIX ALL ISSUES AND IMPROVE IT AND KEEP EVERYTHING INTACT!
2
+ Remove the language selection option and changed the game crossover expansion more to be like: "Yeah, it won't be a crossover if we don't have a script but.. yeah."
3
+ Fix the why choose our crossover writer.. to be consistent and equal.