Spaces:
Running
Running
Make a great horror game great horror game for Android to great graphics and great levels not levels like and open world game horror game where the protagonist have to kill the antagonist by portion which is made by many type of minerals and he have to find those minerals and then mix it and then have to kill it - Initial Deployment
2431bab verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Nexus - Revolutionary Experiences</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| </head> | |
| <body class="bg-gray-900 text-white"> | |
| <nav class="flex justify-between items-center p-6"> | |
| <div class="text-2xl font-bold">NEXUS</div> | |
| <div class="flex space-x-8"> | |
| <a href="/" class="hover:text-red-500">Home</a> | |
| <a href="horror-game.html" class="hover:text-red-500">Horror Game</a> | |
| <a href="android-horror.html" class="hover:text-red-500">Android Game</a> | |
| </div> | |
| </nav> | |
| <main class="container mx-auto px-4 py-16"> | |
| <div class="text-center mb-16"> | |
| <h1 class="text-5xl font-bold mb-4">Revolutionary Experiences</h1> | |
| <p class="text-xl text-gray-400 max-w-2xl mx-auto">Pushing the boundaries of interactive entertainment</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <div class="bg-gray-800 rounded-lg overflow-hidden hover:shadow-lg hover:shadow-red-500/20 transition-all"> | |
| <a href="horror-game.html"> | |
| <img src="http://static.photos/horror/1024x576/13" alt="Horror Game" class="w-full h-64 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-2xl font-bold mb-2">Nexus Horror</h3> | |
| <p class="text-gray-400">A revolutionary horror experience with cutting-edge graphics</p> | |
| <div class="mt-4 text-red-500 flex items-center"> | |
| <span>Play Now</span> | |
| <i class="fas fa-arrow-right ml-2"></i> | |
| </div> | |
| </div> | |
| </a> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg overflow-hidden hover:shadow-lg hover:shadow-red-500/20 transition-all"> | |
| <a href="android-horror.html"> | |
| <img src="http://static.photos/horror/1024x576/42" alt="Android Horror Game" class="w-full h-64 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-2xl font-bold mb-2">Mineral Hunt</h3> | |
| <p class="text-gray-400">Open-world Android horror with mineral crafting system</p> | |
| <div class="mt-4 text-red-500 flex items-center"> | |
| <span>Learn More</span> | |
| <i class="fas fa-arrow-right ml-2"></i> | |
| </div> | |
| </div> | |
| </a> | |
| </div> | |
| </div> | |
| </main> | |
| <script>AOS.init();</script> | |
| </body> | |
| </html> |