Spaces:
Running
Running
Update index.html
Browse files- index.html +20 -0
index.html
CHANGED
|
@@ -15,6 +15,7 @@
|
|
| 15 |
cyberblue: '#05d9fe',
|
| 16 |
cyberpurple: '#d300c5',
|
| 17 |
cyberyellow: '#ffe70d',
|
|
|
|
| 18 |
dark: '#0d0221',
|
| 19 |
darker: '#070118',
|
| 20 |
},
|
|
@@ -422,6 +423,25 @@
|
|
| 422 |
</a>
|
| 423 |
</div>
|
| 424 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 425 |
|
| 426 |
<div class="neon-card h-80">
|
| 427 |
<div class="absolute inset-0 flex items-center justify-center">
|
|
|
|
| 15 |
cyberblue: '#05d9fe',
|
| 16 |
cyberpurple: '#d300c5',
|
| 17 |
cyberyellow: '#ffe70d',
|
| 18 |
+
cyberred: '#00ff9f',
|
| 19 |
dark: '#0d0221',
|
| 20 |
darker: '#070118',
|
| 21 |
},
|
|
|
|
| 423 |
</a>
|
| 424 |
</div>
|
| 425 |
</div>
|
| 426 |
+
|
| 427 |
+
|
| 428 |
+
<div class="neon-card h-80">
|
| 429 |
+
<div class="absolute inset-0 flex items-center justify-center">
|
| 430 |
+
<div class="w-full h-full bg-gradient-to-br from-cyberpink to-cyberpurple opacity-20"></div>
|
| 431 |
+
</div>
|
| 432 |
+
<div class="relative h-full flex flex-col justify-end p-6">
|
| 433 |
+
<h3 class="text-2xl font-bold mb-2 pink-text">EARTHBATTLE</h3>
|
| 434 |
+
<p class="text-gray-300 mb-4">EARTHBOUND-LIKE HP ROLLS DOWN!</p>
|
| 435 |
+
<a href="https://hrvedhkn.manus.space/" target="_blank" class="inline-block px-4 py-2 bg-cyberred text-dark font-bold rounded-sm hover:shadow-neon-pink transition-all duration-300 neon-button">
|
| 436 |
+
PLAY NOW
|
| 437 |
+
</a>
|
| 438 |
+
</div>
|
| 439 |
+
</div>
|
| 440 |
+
|
| 441 |
+
|
| 442 |
+
|
| 443 |
+
|
| 444 |
+
|
| 445 |
|
| 446 |
<div class="neon-card h-80">
|
| 447 |
<div class="absolute inset-0 flex items-center justify-center">
|