Spaces:
Running
Running
Add 2 files
Browse files- index.html +62 -51
- prompts.txt +2 -1
index.html
CHANGED
@@ -60,35 +60,35 @@
|
|
60 |
<span class="font-bold text-xl text-gray-800">InfinityWeb</span>
|
61 |
</div>
|
62 |
<div class="hidden md:flex space-x-8">
|
63 |
-
<a href="#" class="text-gray-800 hover:text-indigo-600">Accueil</a>
|
64 |
-
<a href="#" class="text-gray-800 hover:text-indigo-600">Fonctionnalités</a>
|
65 |
-
<a href="#" class="text-gray-800 hover:text-indigo-600">Tarifs</a>
|
66 |
-
<a href="#" class="text-gray-800 hover:text-indigo-600">API</a>
|
67 |
-
<a href="#" class="text-gray-800 hover:text-indigo-600">Support</a>
|
68 |
</div>
|
69 |
<div>
|
70 |
-
<
|
71 |
<i class="fas fa-user-plus mr-2"></i> S'inscrire
|
72 |
-
</
|
73 |
</div>
|
74 |
</div>
|
75 |
</div>
|
76 |
</nav>
|
77 |
|
78 |
<!-- Hero Section -->
|
79 |
-
<div class="gradient-bg text-white py-20">
|
80 |
<div class="container mx-auto px-6">
|
81 |
<div class="flex flex-col md:flex-row items-center">
|
82 |
<div class="md:w-1/2 mb-10 md:mb-0">
|
83 |
<h1 class="text-4xl md:text-5xl font-bold mb-6">Infrastructure Web Automatisée en 1 Click</h1>
|
84 |
<p class="text-xl mb-8">Enregistrement instantané de domaine, déploiement SSL, DNS ultra-rapide et intégration Google - le tout automatisé 24h/7j avec propagation mondiale en secondes.</p>
|
85 |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
|
86 |
-
<
|
87 |
<i class="fas fa-bolt mr-2"></i> Essai Gratuit
|
88 |
-
</
|
89 |
-
<
|
90 |
<i class="fas fa-play-circle mr-2"></i> Voir la démo
|
91 |
-
</
|
92 |
</div>
|
93 |
</div>
|
94 |
<div class="md:w-1/2 flex justify-center">
|
@@ -130,13 +130,13 @@
|
|
130 |
</div>
|
131 |
|
132 |
<!-- Features Section -->
|
133 |
-
<div class="py-16 bg-gray-50">
|
134 |
<div class="container mx-auto px-6">
|
135 |
<h2 class="text-3xl font-bold text-center mb-16">Toute une infrastructure en un seul click</h2>
|
136 |
|
137 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
138 |
<!-- Feature 1 -->
|
139 |
-
<
|
140 |
<div class="bg-indigo-100 text-indigo-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
141 |
<i class="fas fa-globe text-2xl"></i>
|
142 |
</div>
|
@@ -146,10 +146,10 @@
|
|
146 |
<span>En savoir plus</span>
|
147 |
<i class="fas fa-arrow-right ml-2"></i>
|
148 |
</div>
|
149 |
-
</
|
150 |
|
151 |
<!-- Feature 2 -->
|
152 |
-
<
|
153 |
<div class="bg-green-100 text-green-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
154 |
<i class="fas fa-lock text-2xl"></i>
|
155 |
</div>
|
@@ -159,10 +159,10 @@
|
|
159 |
<span>En savoir plus</span>
|
160 |
<i class="fas fa-arrow-right ml-2"></i>
|
161 |
</div>
|
162 |
-
</
|
163 |
|
164 |
<!-- Feature 3 -->
|
165 |
-
<
|
166 |
<div class="bg-blue-100 text-blue-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
167 |
<i class="fas fa-tachometer-alt text-2xl"></i>
|
168 |
</div>
|
@@ -172,10 +172,10 @@
|
|
172 |
<span>En savoir plus</span>
|
173 |
<i class="fas fa-arrow-right ml-2"></i>
|
174 |
</div>
|
175 |
-
</
|
176 |
|
177 |
<!-- Feature 4 -->
|
178 |
-
<
|
179 |
<div class="bg-yellow-100 text-yellow-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
180 |
<i class="fab fa-google text-2xl"></i>
|
181 |
</div>
|
@@ -185,10 +185,10 @@
|
|
185 |
<span>En savoir plus</span>
|
186 |
<i class="fas fa-arrow-right ml-2"></i>
|
187 |
</div>
|
188 |
-
</
|
189 |
|
190 |
<!-- Feature 5 -->
|
191 |
-
<
|
192 |
<div class="bg-purple-100 text-purple-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
193 |
<i class="fas fa-robot text-2xl"></i>
|
194 |
</div>
|
@@ -198,10 +198,10 @@
|
|
198 |
<span>En savoir plus</span>
|
199 |
<i class="fas fa-arrow-right ml-2"></i>
|
200 |
</div>
|
201 |
-
</
|
202 |
|
203 |
<!-- Feature 6 -->
|
204 |
-
<
|
205 |
<div class="bg-red-100 text-red-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
206 |
<i class="fas fa-shield-alt text-2xl"></i>
|
207 |
</div>
|
@@ -211,7 +211,7 @@
|
|
211 |
<span>En savoir plus</span>
|
212 |
<i class="fas fa-arrow-right ml-2"></i>
|
213 |
</div>
|
214 |
-
</
|
215 |
</div>
|
216 |
</div>
|
217 |
</div>
|
@@ -228,7 +228,7 @@
|
|
228 |
</div>
|
229 |
<h3 class="text-2xl font-bold mb-4">Choisissez votre nom de domaine</h3>
|
230 |
<p class="text-gray-600 mb-6">Notre moteur de recherche intelligent vérifie instantanément la disponibilité dans plus de 1000 extensions.</p>
|
231 |
-
<
|
232 |
<div class="bg-gray-200 rounded-lg p-3">
|
233 |
<i class="fas fa-search text-indigo-600"></i>
|
234 |
</div>
|
@@ -236,7 +236,7 @@
|
|
236 |
<div class="font-medium">Recherche en temps réel</div>
|
237 |
<div class="text-sm text-gray-500">Disponibilité vérifiée en 0.2s</div>
|
238 |
</div>
|
239 |
-
</
|
240 |
</div>
|
241 |
<div class="md:w-1/2 flex justify-center">
|
242 |
<img src="https://cdn-icons-png.flaticon.com/512/3406/3406957.png" alt="Search domain" class="w-64 h-64">
|
@@ -253,7 +253,7 @@
|
|
253 |
</div>
|
254 |
<h3 class="text-2xl font-bold mb-4">Configuration Automatique</h3>
|
255 |
<p class="text-gray-600 mb-6">En un clic, nous configurons DNS, SSL, email et intégrations avec les services Google.</p>
|
256 |
-
<
|
257 |
<div class="flex items-center">
|
258 |
<i class="fas fa-check-circle text-green-500 mr-3"></i>
|
259 |
<span>Certificat SSL déployé</span>
|
@@ -266,7 +266,7 @@
|
|
266 |
<i class="fas fa-check-circle text-green-500 mr-3"></i>
|
267 |
<span>Google Analytics intégré</span>
|
268 |
</div>
|
269 |
-
</
|
270 |
</div>
|
271 |
</div>
|
272 |
|
@@ -277,7 +277,7 @@
|
|
277 |
</div>
|
278 |
<h3 class="text-2xl font-bold mb-4">Propagation Instantanée</h3>
|
279 |
<p class="text-gray-600 mb-6">Notre réseau mondial propage vos changements en secondes, pas en heures.</p>
|
280 |
-
<
|
281 |
<div class="flex justify-between items-center">
|
282 |
<div>
|
283 |
<div class="font-medium">DNS Propagation</div>
|
@@ -287,7 +287,7 @@
|
|
287 |
<i class="fas fa-bolt"></i> 0.3s
|
288 |
</div>
|
289 |
</div>
|
290 |
-
</
|
291 |
</div>
|
292 |
<div class="md:w-1/2 flex justify-center">
|
293 |
<img src="https://cdn-icons-png.flaticon.com/512/1925/1925158.png" alt="Propagation" class="w-64 h-64">
|
@@ -302,12 +302,12 @@
|
|
302 |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à automatiser votre infrastructure web ?</h2>
|
303 |
<p class="text-xl mb-8 max-w-2xl mx-auto">Gagnez des heures de configuration technique et obtenez une présence en ligne professionnelle en quelques clics.</p>
|
304 |
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
|
305 |
-
<
|
306 |
<i class="fas fa-play mr-2"></i> Essai Gratuit 14 jours
|
307 |
-
</
|
308 |
-
<
|
309 |
<i class="fas fa-phone-alt mr-2"></i> Parler à un expert
|
310 |
-
</
|
311 |
</div>
|
312 |
</div>
|
313 |
</div>
|
@@ -322,36 +322,36 @@
|
|
322 |
</h3>
|
323 |
<p class="text-gray-400 mb-4">L'infrastructure web automatisée pour les professionnels.</p>
|
324 |
<div class="flex space-x-4">
|
325 |
-
<a href="
|
326 |
-
<a href="
|
327 |
-
<a href="
|
328 |
</div>
|
329 |
</div>
|
330 |
<div>
|
331 |
<h3 class="text-lg font-bold mb-4">Produit</h3>
|
332 |
<ul class="space-y-2">
|
333 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Fonctionnalités</a></li>
|
334 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Tarifs</a></li>
|
335 |
-
<li><a href="#" class="text-gray-400 hover:text-white">API</a></li>
|
336 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Intégrations</a></li>
|
337 |
</ul>
|
338 |
</div>
|
339 |
<div>
|
340 |
<h3 class="text-lg font-bold mb-4">Ressources</h3>
|
341 |
<ul class="space-y-2">
|
342 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li>
|
343 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Guides</a></li>
|
344 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
|
345 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Statut</a></li>
|
346 |
</ul>
|
347 |
</div>
|
348 |
<div>
|
349 |
<h3 class="text-lg font-bold mb-4">Entreprise</h3>
|
350 |
<ul class="space-y-2">
|
351 |
-
<li><a href="#" class="text-gray-400 hover:text-white">À propos</a></li>
|
352 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Carrières</a></li>
|
353 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Politique de confidentialité</a></li>
|
354 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Conditions d'utilisation</a></li>
|
355 |
</ul>
|
356 |
</div>
|
357 |
</div>
|
@@ -395,10 +395,21 @@
|
|
395 |
|
396 |
// Mock domain search functionality
|
397 |
const searchBtn = document.querySelector('.pulse');
|
398 |
-
searchBtn.addEventListener('click', function() {
|
|
|
399 |
// In a real app, this would open a domain search modal
|
400 |
alert("Système de recherche de domaine lancé! Essayez avec votre nom préféré.");
|
401 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
402 |
</script>
|
403 |
<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=docto41/infinityweb" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
404 |
</html>
|
|
|
60 |
<span class="font-bold text-xl text-gray-800">InfinityWeb</span>
|
61 |
</div>
|
62 |
<div class="hidden md:flex space-x-8">
|
63 |
+
<a href="#home" class="text-gray-800 hover:text-indigo-600">Accueil</a>
|
64 |
+
<a href="#features" class="text-gray-800 hover:text-indigo-600">Fonctionnalités</a>
|
65 |
+
<a href="#pricing" class="text-gray-800 hover:text-indigo-600">Tarifs</a>
|
66 |
+
<a href="#api" class="text-gray-800 hover:text-indigo-600">API</a>
|
67 |
+
<a href="#support" class="text-gray-800 hover:text-indigo-600">Support</a>
|
68 |
</div>
|
69 |
<div>
|
70 |
+
<a href="#register" class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-2 rounded-lg font-medium inline-block">
|
71 |
<i class="fas fa-user-plus mr-2"></i> S'inscrire
|
72 |
+
</a>
|
73 |
</div>
|
74 |
</div>
|
75 |
</div>
|
76 |
</nav>
|
77 |
|
78 |
<!-- Hero Section -->
|
79 |
+
<div id="home" class="gradient-bg text-white py-20">
|
80 |
<div class="container mx-auto px-6">
|
81 |
<div class="flex flex-col md:flex-row items-center">
|
82 |
<div class="md:w-1/2 mb-10 md:mb-0">
|
83 |
<h1 class="text-4xl md:text-5xl font-bold mb-6">Infrastructure Web Automatisée en 1 Click</h1>
|
84 |
<p class="text-xl mb-8">Enregistrement instantané de domaine, déploiement SSL, DNS ultra-rapide et intégration Google - le tout automatisé 24h/7j avec propagation mondiale en secondes.</p>
|
85 |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
|
86 |
+
<a href="#free-trial" class="bg-white text-indigo-600 hover:bg-gray-100 px-8 py-3 rounded-lg font-bold text-lg pulse inline-block text-center">
|
87 |
<i class="fas fa-bolt mr-2"></i> Essai Gratuit
|
88 |
+
</a>
|
89 |
+
<a href="#demo" class="border-2 border-white hover:bg-indigo-700 px-8 py-3 rounded-lg font-bold text-lg inline-block text-center">
|
90 |
<i class="fas fa-play-circle mr-2"></i> Voir la démo
|
91 |
+
</a>
|
92 |
</div>
|
93 |
</div>
|
94 |
<div class="md:w-1/2 flex justify-center">
|
|
|
130 |
</div>
|
131 |
|
132 |
<!-- Features Section -->
|
133 |
+
<div id="features" class="py-16 bg-gray-50">
|
134 |
<div class="container mx-auto px-6">
|
135 |
<h2 class="text-3xl font-bold text-center mb-16">Toute une infrastructure en un seul click</h2>
|
136 |
|
137 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
138 |
<!-- Feature 1 -->
|
139 |
+
<a href="#domain-registration" class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300 block hover:no-underline">
|
140 |
<div class="bg-indigo-100 text-indigo-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
141 |
<i class="fas fa-globe text-2xl"></i>
|
142 |
</div>
|
|
|
146 |
<span>En savoir plus</span>
|
147 |
<i class="fas fa-arrow-right ml-2"></i>
|
148 |
</div>
|
149 |
+
</a>
|
150 |
|
151 |
<!-- Feature 2 -->
|
152 |
+
<a href="#ssl" class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300 block hover:no-underline">
|
153 |
<div class="bg-green-100 text-green-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
154 |
<i class="fas fa-lock text-2xl"></i>
|
155 |
</div>
|
|
|
159 |
<span>En savoir plus</span>
|
160 |
<i class="fas fa-arrow-right ml-2"></i>
|
161 |
</div>
|
162 |
+
</a>
|
163 |
|
164 |
<!-- Feature 3 -->
|
165 |
+
<a href="#dns" class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300 block hover:no-underline">
|
166 |
<div class="bg-blue-100 text-blue-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
167 |
<i class="fas fa-tachometer-alt text-2xl"></i>
|
168 |
</div>
|
|
|
172 |
<span>En savoir plus</span>
|
173 |
<i class="fas fa-arrow-right ml-2"></i>
|
174 |
</div>
|
175 |
+
</a>
|
176 |
|
177 |
<!-- Feature 4 -->
|
178 |
+
<a href="#google-integration" class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300 block hover:no-underline">
|
179 |
<div class="bg-yellow-100 text-yellow-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
180 |
<i class="fab fa-google text-2xl"></i>
|
181 |
</div>
|
|
|
185 |
<span>En savoir plus</span>
|
186 |
<i class="fas fa-arrow-right ml-2"></i>
|
187 |
</div>
|
188 |
+
</a>
|
189 |
|
190 |
<!-- Feature 5 -->
|
191 |
+
<a href="#automation" class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300 block hover:no-underline">
|
192 |
<div class="bg-purple-100 text-purple-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
193 |
<i class="fas fa-robot text-2xl"></i>
|
194 |
</div>
|
|
|
198 |
<span>En savoir plus</span>
|
199 |
<i class="fas fa-arrow-right ml-2"></i>
|
200 |
</div>
|
201 |
+
</a>
|
202 |
|
203 |
<!-- Feature 6 -->
|
204 |
+
<a href="#security" class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300 block hover:no-underline">
|
205 |
<div class="bg-red-100 text-red-600 w-16 h-16 rounded-full flex items-center justify-center mb-6">
|
206 |
<i class="fas fa-shield-alt text-2xl"></i>
|
207 |
</div>
|
|
|
211 |
<span>En savoir plus</span>
|
212 |
<i class="fas fa-arrow-right ml-2"></i>
|
213 |
</div>
|
214 |
+
</a>
|
215 |
</div>
|
216 |
</div>
|
217 |
</div>
|
|
|
228 |
</div>
|
229 |
<h3 class="text-2xl font-bold mb-4">Choisissez votre nom de domaine</h3>
|
230 |
<p class="text-gray-600 mb-6">Notre moteur de recherche intelligent vérifie instantanément la disponibilité dans plus de 1000 extensions.</p>
|
231 |
+
<a href="#domain-search" class="flex items-center space-x-4 hover:no-underline">
|
232 |
<div class="bg-gray-200 rounded-lg p-3">
|
233 |
<i class="fas fa-search text-indigo-600"></i>
|
234 |
</div>
|
|
|
236 |
<div class="font-medium">Recherche en temps réel</div>
|
237 |
<div class="text-sm text-gray-500">Disponibilité vérifiée en 0.2s</div>
|
238 |
</div>
|
239 |
+
</a>
|
240 |
</div>
|
241 |
<div class="md:w-1/2 flex justify-center">
|
242 |
<img src="https://cdn-icons-png.flaticon.com/512/3406/3406957.png" alt="Search domain" class="w-64 h-64">
|
|
|
253 |
</div>
|
254 |
<h3 class="text-2xl font-bold mb-4">Configuration Automatique</h3>
|
255 |
<p class="text-gray-600 mb-6">En un clic, nous configurons DNS, SSL, email et intégrations avec les services Google.</p>
|
256 |
+
<a href="#auto-config" class="space-y-3 block hover:no-underline">
|
257 |
<div class="flex items-center">
|
258 |
<i class="fas fa-check-circle text-green-500 mr-3"></i>
|
259 |
<span>Certificat SSL déployé</span>
|
|
|
266 |
<i class="fas fa-check-circle text-green-500 mr-3"></i>
|
267 |
<span>Google Analytics intégré</span>
|
268 |
</div>
|
269 |
+
</a>
|
270 |
</div>
|
271 |
</div>
|
272 |
|
|
|
277 |
</div>
|
278 |
<h3 class="text-2xl font-bold mb-4">Propagation Instantanée</h3>
|
279 |
<p class="text-gray-600 mb-6">Notre réseau mondial propage vos changements en secondes, pas en heures.</p>
|
280 |
+
<a href="#dns-propagation" class="bg-gray-100 p-4 rounded-lg dns-animation block hover:no-underline">
|
281 |
<div class="flex justify-between items-center">
|
282 |
<div>
|
283 |
<div class="font-medium">DNS Propagation</div>
|
|
|
287 |
<i class="fas fa-bolt"></i> 0.3s
|
288 |
</div>
|
289 |
</div>
|
290 |
+
</a>
|
291 |
</div>
|
292 |
<div class="md:w-1/2 flex justify-center">
|
293 |
<img src="https://cdn-icons-png.flaticon.com/512/1925/1925158.png" alt="Propagation" class="w-64 h-64">
|
|
|
302 |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à automatiser votre infrastructure web ?</h2>
|
303 |
<p class="text-xl mb-8 max-w-2xl mx-auto">Gagnez des heures de configuration technique et obtenez une présence en ligne professionnelle en quelques clics.</p>
|
304 |
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
|
305 |
+
<a href="#free-trial" class="bg-white text-indigo-600 hover:bg-gray-100 px-8 py-4 rounded-lg font-bold text-lg inline-block">
|
306 |
<i class="fas fa-play mr-2"></i> Essai Gratuit 14 jours
|
307 |
+
</a>
|
308 |
+
<a href="#contact-expert" class="border-2 border-white hover:bg-indigo-700 px-8 py-4 rounded-lg font-bold text-lg inline-block">
|
309 |
<i class="fas fa-phone-alt mr-2"></i> Parler à un expert
|
310 |
+
</a>
|
311 |
</div>
|
312 |
</div>
|
313 |
</div>
|
|
|
322 |
</h3>
|
323 |
<p class="text-gray-400 mb-4">L'infrastructure web automatisée pour les professionnels.</p>
|
324 |
<div class="flex space-x-4">
|
325 |
+
<a href="https://twitter.com" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
|
326 |
+
<a href="https://linkedin.com" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin"></i></a>
|
327 |
+
<a href="https://github.com" class="text-gray-400 hover:text-white"><i class="fab fa-github"></i></a>
|
328 |
</div>
|
329 |
</div>
|
330 |
<div>
|
331 |
<h3 class="text-lg font-bold mb-4">Produit</h3>
|
332 |
<ul class="space-y-2">
|
333 |
+
<li><a href="#features" class="text-gray-400 hover:text-white">Fonctionnalités</a></li>
|
334 |
+
<li><a href="#pricing" class="text-gray-400 hover:text-white">Tarifs</a></li>
|
335 |
+
<li><a href="#api" class="text-gray-400 hover:text-white">API</a></li>
|
336 |
+
<li><a href="#integrations" class="text-gray-400 hover:text-white">Intégrations</a></li>
|
337 |
</ul>
|
338 |
</div>
|
339 |
<div>
|
340 |
<h3 class="text-lg font-bold mb-4">Ressources</h3>
|
341 |
<ul class="space-y-2">
|
342 |
+
<li><a href="#documentation" class="text-gray-400 hover:text-white">Documentation</a></li>
|
343 |
+
<li><a href="#guides" class="text-gray-400 hover:text-white">Guides</a></li>
|
344 |
+
<li><a href="#blog" class="text-gray-400 hover:text-white">Blog</a></li>
|
345 |
+
<li><a href="#status" class="text-gray-400 hover:text-white">Statut</a></li>
|
346 |
</ul>
|
347 |
</div>
|
348 |
<div>
|
349 |
<h3 class="text-lg font-bold mb-4">Entreprise</h3>
|
350 |
<ul class="space-y-2">
|
351 |
+
<li><a href="#about" class="text-gray-400 hover:text-white">À propos</a></li>
|
352 |
+
<li><a href="#careers" class="text-gray-400 hover:text-white">Carrières</a></li>
|
353 |
+
<li><a href="#privacy" class="text-gray-400 hover:text-white">Politique de confidentialité</a></li>
|
354 |
+
<li><a href="#terms" class="text-gray-400 hover:text-white">Conditions d'utilisation</a></li>
|
355 |
</ul>
|
356 |
</div>
|
357 |
</div>
|
|
|
395 |
|
396 |
// Mock domain search functionality
|
397 |
const searchBtn = document.querySelector('.pulse');
|
398 |
+
searchBtn.addEventListener('click', function(e) {
|
399 |
+
e.preventDefault();
|
400 |
// In a real app, this would open a domain search modal
|
401 |
alert("Système de recherche de domaine lancé! Essayez avec votre nom préféré.");
|
402 |
});
|
403 |
+
|
404 |
+
// Prevent default behavior for demo purposes
|
405 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
406 |
+
anchor.addEventListener('click', function (e) {
|
407 |
+
if(this.getAttribute('href') !== '#') {
|
408 |
+
e.preventDefault();
|
409 |
+
alert("Fonctionnalité " + this.getAttribute('href').substring(1) + " en cours de chargement...");
|
410 |
+
}
|
411 |
+
});
|
412 |
+
});
|
413 |
</script>
|
414 |
<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=docto41/infinityweb" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
415 |
</html>
|
prompts.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
https://k4g.com/product/euro-truck-simulator-2-steam-latam-cd-key-standard-edition-cd-key-54A064B3?r=xxlgamer: special ile de la reunion
|
2 |
probleme des boutons non cliquable veuillez corriger toutes les erreur des boutons qui ne foctionne pas activer toutes les boutons non fonctionnel , réparer toute et refaire une mise a jours pour toute corriger les problelme de fonctionnement :ajouter bouton paypal , stripe , avec mes information pour etre payer , ajouter panier d'achat , obligatio de sabonner pour utiliser le site gratuitement : je veux acces gratuite pour moi seulement administrateur : [email protected] : Admin270574@ et [email protected] : Admin270574@
|
3 |
je veux acces gratuite pour moi seulement administrateur : [email protected] : Admin270574@ et [email protected] : Admin270574@
|
4 |
-
Infrastructure Web Automatisée en 1 Click Enregistrement instantané de domaine, déploiement SSL, DNS ultra-rapide et intégration Google - le tout automatisé 24h/24 et 7j/7 avec propagation mondiale en secondes.
|
|
|
|
1 |
https://k4g.com/product/euro-truck-simulator-2-steam-latam-cd-key-standard-edition-cd-key-54A064B3?r=xxlgamer: special ile de la reunion
|
2 |
probleme des boutons non cliquable veuillez corriger toutes les erreur des boutons qui ne foctionne pas activer toutes les boutons non fonctionnel , réparer toute et refaire une mise a jours pour toute corriger les problelme de fonctionnement :ajouter bouton paypal , stripe , avec mes information pour etre payer , ajouter panier d'achat , obligatio de sabonner pour utiliser le site gratuitement : je veux acces gratuite pour moi seulement administrateur : [email protected] : Admin270574@ et [email protected] : Admin270574@
|
3 |
je veux acces gratuite pour moi seulement administrateur : [email protected] : Admin270574@ et [email protected] : Admin270574@
|
4 |
+
Infrastructure Web Automatisée en 1 Click Enregistrement instantané de domaine, déploiement SSL, DNS ultra-rapide et intégration Google - le tout automatisé 24h/24 et 7j/7 avec propagation mondiale en secondes.
|
5 |
+
corriger toutes les boutons de la page d'accueil qui ne sont pas cliquable et non fonctionnel
|