Spaces:
Running
Running
Add 3 files
Browse files- README.md +7 -5
- index.html +206 -19
- prompts.txt +1 -0
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 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: nixware
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: red
|
| 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,206 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="pt-br">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>NixWare Free - Download</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 |
+
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
|
| 11 |
+
|
| 12 |
+
body {
|
| 13 |
+
font-family: 'Poppins', sans-serif;
|
| 14 |
+
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
|
| 15 |
+
min-height: 100vh;
|
| 16 |
+
overflow-x: hidden;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.glow {
|
| 20 |
+
animation: glow 2s ease-in-out infinite alternate;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
@keyframes glow {
|
| 24 |
+
from {
|
| 25 |
+
box-shadow: 0 0 10px -10px #4f46e5;
|
| 26 |
+
}
|
| 27 |
+
to {
|
| 28 |
+
box-shadow: 0 0 20px 5px #4f46e5;
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
.particle {
|
| 33 |
+
position: absolute;
|
| 34 |
+
background-color: rgba(79, 70, 229, 0.5);
|
| 35 |
+
border-radius: 50%;
|
| 36 |
+
pointer-events: none;
|
| 37 |
+
}
|
| 38 |
+
</style>
|
| 39 |
+
</head>
|
| 40 |
+
<body class="text-white">
|
| 41 |
+
<!-- Navbar -->
|
| 42 |
+
<nav class="bg-gray-900 bg-opacity-80 backdrop-blur-md fixed w-full z-10">
|
| 43 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 44 |
+
<div class="flex items-center justify-between h-16">
|
| 45 |
+
<div class="flex items-center">
|
| 46 |
+
<div class="flex-shrink-0">
|
| 47 |
+
<span class="text-indigo-500 font-bold text-xl">Nix<span class="text-white">Ware</span> <span class="text-green-500">Free</span></span>
|
| 48 |
+
</div>
|
| 49 |
+
<div class="hidden md:block">
|
| 50 |
+
<div class="ml-10 flex items-baseline space-x-4">
|
| 51 |
+
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-gray-700 transition">Home</a>
|
| 52 |
+
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-gray-700 transition">Features</a>
|
| 53 |
+
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-gray-700 transition">About</a>
|
| 54 |
+
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-gray-700 transition">Contact</a>
|
| 55 |
+
</div>
|
| 56 |
+
</div>
|
| 57 |
+
</div>
|
| 58 |
+
<div class="hidden md:block">
|
| 59 |
+
<div class="ml-4 flex items-center md:ml-6">
|
| 60 |
+
<button class="p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
|
| 61 |
+
<i class="fas fa-search"></i>
|
| 62 |
+
</button>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
<div class="-mr-2 flex md:hidden">
|
| 66 |
+
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none">
|
| 67 |
+
<i class="fas fa-bars"></i>
|
| 68 |
+
</button>
|
| 69 |
+
</div>
|
| 70 |
+
</div>
|
| 71 |
+
</div>
|
| 72 |
+
</nav>
|
| 73 |
+
|
| 74 |
+
<!-- Hero Section -->
|
| 75 |
+
<main class="flex flex-col items-center justify-center min-h-screen px-4 text-center relative overflow-hidden">
|
| 76 |
+
<!-- Particles background -->
|
| 77 |
+
<div id="particles-container" class="absolute inset-0 overflow-hidden"></div>
|
| 78 |
+
|
| 79 |
+
<div class="z-10 max-w-4xl mx-auto">
|
| 80 |
+
<h1 class="text-5xl md:text-7xl font-bold mb-6">
|
| 81 |
+
<span class="text-transparent bg-clip-text bg-gradient-to-r from-indigo-500 to-purple-600">NixWare</span>
|
| 82 |
+
<span class="text-green-500">Free</span>
|
| 83 |
+
</h1>
|
| 84 |
+
<p class="text-xl md:text-2xl text-gray-300 mb-10">
|
| 85 |
+
The ultimate free software for your needs. Fast, secure and easy to use.
|
| 86 |
+
</p>
|
| 87 |
+
|
| 88 |
+
<!-- Download Button -->
|
| 89 |
+
<button id="downloadBtn" class="glow relative overflow-hidden px-12 py-4 bg-gradient-to-r from-indigo-600 to-purple-600 text-white font-bold rounded-full text-xl transform transition-all duration-300 hover:scale-105 hover:from-indigo-700 hover:to-purple-700 focus:outline-none">
|
| 90 |
+
<span class="relative z-10 flex items-center">
|
| 91 |
+
<i class="fas fa-download mr-3"></i> DOWNLOAD NOW
|
| 92 |
+
</span>
|
| 93 |
+
<span class="absolute inset-0 bg-white opacity-0 hover:opacity-10 transition-opacity duration-300 rounded-full"></span>
|
| 94 |
+
</button>
|
| 95 |
+
|
| 96 |
+
<div class="mt-8 flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-8">
|
| 97 |
+
<div class="flex items-center">
|
| 98 |
+
<i class="fas fa-shield-alt text-green-500 mr-2"></i>
|
| 99 |
+
<span>100% Virus Free</span>
|
| 100 |
+
</div>
|
| 101 |
+
<div class="flex items-center">
|
| 102 |
+
<i class="fas fa-bolt text-yellow-500 mr-2"></i>
|
| 103 |
+
<span>Lightning Fast</span>
|
| 104 |
+
</div>
|
| 105 |
+
<div class="flex items-center">
|
| 106 |
+
<i class="fas fa-lock text-red-500 mr-2"></i>
|
| 107 |
+
<span>Secure</span>
|
| 108 |
+
</div>
|
| 109 |
+
</div>
|
| 110 |
+
</div>
|
| 111 |
+
|
| 112 |
+
<!-- Floating elements -->
|
| 113 |
+
<div class="absolute bottom-10 left-10 opacity-30">
|
| 114 |
+
<i class="fas fa-code text-6xl text-indigo-500"></i>
|
| 115 |
+
</div>
|
| 116 |
+
<div class="absolute top-20 right-10 opacity-30">
|
| 117 |
+
<i class="fas fa-cog text-8xl text-purple-500 animate-spin-slow"></i>
|
| 118 |
+
</div>
|
| 119 |
+
</main>
|
| 120 |
+
|
| 121 |
+
<!-- Footer -->
|
| 122 |
+
<footer class="bg-gray-900 bg-opacity-80 py-8">
|
| 123 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 124 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 125 |
+
<div class="mb-4 md:mb-0">
|
| 126 |
+
<span class="text-indigo-500 font-bold text-xl">Nix<span class="text-white">Ware</span> <span class="text-green-500">Free</span></span>
|
| 127 |
+
</div>
|
| 128 |
+
<div class="flex space-x-6">
|
| 129 |
+
<a href="#" class="text-gray-400 hover:text-white transition">
|
| 130 |
+
<i class="fab fa-twitter text-xl"></i>
|
| 131 |
+
</a>
|
| 132 |
+
<a href="#" class="text-gray-400 hover:text-white transition">
|
| 133 |
+
<i class="fab fa-discord text-xl"></i>
|
| 134 |
+
</a>
|
| 135 |
+
<a href="#" class="text-gray-400 hover:text-white transition">
|
| 136 |
+
<i class="fab fa-github text-xl"></i>
|
| 137 |
+
</a>
|
| 138 |
+
</div>
|
| 139 |
+
</div>
|
| 140 |
+
<div class="mt-8 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between">
|
| 141 |
+
<p class="text-gray-400 text-sm">
|
| 142 |
+
© 2023 NixWare Free. All rights reserved.
|
| 143 |
+
</p>
|
| 144 |
+
<div class="mt-4 md:mt-0 flex space-x-6">
|
| 145 |
+
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Privacy Policy</a>
|
| 146 |
+
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Terms of Service</a>
|
| 147 |
+
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Contact Us</a>
|
| 148 |
+
</div>
|
| 149 |
+
</div>
|
| 150 |
+
</div>
|
| 151 |
+
</footer>
|
| 152 |
+
|
| 153 |
+
<script>
|
| 154 |
+
// Create particles
|
| 155 |
+
function createParticles() {
|
| 156 |
+
const container = document.getElementById('particles-container');
|
| 157 |
+
const particleCount = 30;
|
| 158 |
+
|
| 159 |
+
for (let i = 0; i < particleCount; i++) {
|
| 160 |
+
const particle = document.createElement('div');
|
| 161 |
+
particle.classList.add('particle');
|
| 162 |
+
|
| 163 |
+
// Random size between 2px and 6px
|
| 164 |
+
const size = Math.random() * 4 + 2;
|
| 165 |
+
particle.style.width = `${size}px`;
|
| 166 |
+
particle.style.height = `${size}px`;
|
| 167 |
+
|
| 168 |
+
// Random position
|
| 169 |
+
particle.style.left = `${Math.random() * 100}%`;
|
| 170 |
+
particle.style.top = `${Math.random() * 100}%`;
|
| 171 |
+
|
| 172 |
+
// Random animation
|
| 173 |
+
const duration = Math.random() * 20 + 10;
|
| 174 |
+
particle.style.animation = `float ${duration}s linear infinite`;
|
| 175 |
+
|
| 176 |
+
container.appendChild(particle);
|
| 177 |
+
}
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
// Add floating animation to particles
|
| 181 |
+
function addFloatingAnimation() {
|
| 182 |
+
const style = document.createElement('style');
|
| 183 |
+
style.innerHTML = `
|
| 184 |
+
@keyframes float {
|
| 185 |
+
0% {
|
| 186 |
+
transform: translateY(0) translateX(0);
|
| 187 |
+
opacity: 1;
|
| 188 |
+
}
|
| 189 |
+
100% {
|
| 190 |
+
transform: translateY(${Math.random() * 200 - 100}px) translateX(${Math.random() * 200 - 100}px);
|
| 191 |
+
opacity: 0;
|
| 192 |
+
}
|
| 193 |
+
}
|
| 194 |
+
`;
|
| 195 |
+
document.head.appendChild(style);
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
// Download button redirect
|
| 199 |
+
document.getElementById('downloadBtn').addEventListener('click', function() {
|
| 200 |
+
// Show loading effect
|
| 201 |
+
this.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i> REDIRECTING...';
|
| 202 |
+
|
| 203 |
+
// Redirect after short delay
|
| 204 |
+
setTimeout(() => {
|
| 205 |
+
window.location.href = 'https://
|
| 206 |
+
</html>
|
prompts.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
faça um site chamado nixware free e que no centro da tela tenha escrito download que quando clica é direcionado para um site chamado xvideos.com
|