Spaces:
Running
Running
Add 2 files
Browse files- index.html +304 -64
- prompts.txt +2 -1
index.html
CHANGED
|
@@ -3,12 +3,15 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<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 |
.hero-gradient {
|
| 11 |
-
background: linear-gradient(135deg, #
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
.domain-card:hover {
|
| 14 |
transform: translateY(-5px);
|
|
@@ -19,10 +22,10 @@
|
|
| 19 |
}
|
| 20 |
.feature-card:hover .feature-icon {
|
| 21 |
transform: scale(1.1);
|
| 22 |
-
color: #
|
| 23 |
}
|
| 24 |
.search-box:focus-within {
|
| 25 |
-
box-shadow: 0 0 0 3px rgba(
|
| 26 |
}
|
| 27 |
@keyframes float {
|
| 28 |
0%, 100% { transform: translateY(0); }
|
|
@@ -31,11 +34,6 @@
|
|
| 31 |
.floating {
|
| 32 |
animation: float 6s ease-in-out infinite;
|
| 33 |
}
|
| 34 |
-
.tabs button.active {
|
| 35 |
-
border-bottom: 3px solid #3b82f6;
|
| 36 |
-
color: #3b82f6;
|
| 37 |
-
font-weight: 600;
|
| 38 |
-
}
|
| 39 |
#domain-result {
|
| 40 |
display: none;
|
| 41 |
}
|
|
@@ -53,6 +51,14 @@
|
|
| 53 |
from { opacity: 0; transform: translateY(10px); }
|
| 54 |
to { opacity: 1; transform: translateY(0); }
|
| 55 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
</style>
|
| 57 |
</head>
|
| 58 |
<body class="font-sans antialiased text-gray-800 bg-gray-50">
|
|
@@ -62,20 +68,19 @@
|
|
| 62 |
<div class="flex items-center justify-between">
|
| 63 |
<!-- Logo -->
|
| 64 |
<div class="flex items-center space-x-3">
|
| 65 |
-
<div class="w-10 h-10 bg-
|
| 66 |
-
|
| 67 |
</div>
|
| 68 |
-
<span class="text-xl font-semibold">
|
| 69 |
</div>
|
| 70 |
|
| 71 |
<!-- Liens de navigation -->
|
| 72 |
<div class="hidden md:flex items-center space-x-8">
|
| 73 |
-
<a href="#accueil" class="text-
|
| 74 |
-
<a href="#
|
| 75 |
-
<a href="#
|
| 76 |
-
<a href="#
|
| 77 |
-
<a href="#
|
| 78 |
-
<a href="#connexion" class="bg-blue-600 text-white px-6 py-2 rounded-lg font-medium hover:bg-blue-700 transition">Connexion</a>
|
| 79 |
</div>
|
| 80 |
|
| 81 |
<!-- Menu mobile -->
|
|
@@ -86,12 +91,11 @@
|
|
| 86 |
|
| 87 |
<!-- Menu mobile déroulant -->
|
| 88 |
<div id="mobile-menu" class="hidden md:hidden mt-4 pb-4">
|
| 89 |
-
<a href="#accueil" class="block py-2 text-gray-800 hover:text-
|
| 90 |
-
<a href="#
|
| 91 |
-
<a href="#
|
| 92 |
-
<a href="#
|
| 93 |
-
<a href="#
|
| 94 |
-
<a href="#connexion" class="mt-2 inline-block bg-blue-600 text-white px-6 py-2 rounded-lg font-medium hover:bg-blue-700 transition">Connexion</a>
|
| 95 |
</div>
|
| 96 |
</div>
|
| 97 |
</nav>
|
|
@@ -103,21 +107,24 @@
|
|
| 103 |
<div class="absolute bottom-0 left-0 w-full h-20 bg-gradient-to-t from-gray-50 to-transparent"></div>
|
| 104 |
|
| 105 |
<div class="container mx-auto px-6 text-center relative z-10">
|
|
|
|
|
|
|
|
|
|
| 106 |
<h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">Enregistrez votre <span class="text-yellow-300">domaine gratuitement</span></h1>
|
| 107 |
-
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto opacity-90">Obtenez un nom de domaine professionnel
|
| 108 |
|
| 109 |
<!-- Recherche de domaine -->
|
| 110 |
<div class="max-w-2xl mx-auto bg-white rounded-lg overflow-hidden shadow-xl">
|
| 111 |
<div class="flex flex-col md:flex-row">
|
| 112 |
-
<input type="text" id="domain-input" placeholder="
|
| 113 |
<select id="domain-extension" class="px-4 py-4 text-gray-700 border-l border-gray-200 focus:outline-none bg-gray-100">
|
| 114 |
-
<option>.free</option>
|
| 115 |
<option>.gratis</option>
|
|
|
|
| 116 |
<option>.web</option>
|
| 117 |
-
<option>.site</option>
|
| 118 |
<option>.online</option>
|
|
|
|
| 119 |
</select>
|
| 120 |
-
<button id="check-domain" class="bg-
|
| 121 |
<i class="fas fa-search mr-2"></i> Vérifier
|
| 122 |
</button>
|
| 123 |
</div>
|
|
@@ -128,7 +135,7 @@
|
|
| 128 |
<div class="flex items-center justify-between">
|
| 129 |
<div>
|
| 130 |
<span id="result-domain-name" class="font-bold"></span>
|
| 131 |
-
<span id="result-domain-ext" class="text-
|
| 132 |
</div>
|
| 133 |
<div id="domain-availability" class="flex items-center">
|
| 134 |
<span id="availability-text" class="font-semibold"></span>
|
|
@@ -136,9 +143,13 @@
|
|
| 136 |
</div>
|
| 137 |
</div>
|
| 138 |
<div id="domain-actions" class="mt-4 hidden">
|
| 139 |
-
<button id="register-button" class="bg-green-600 text-white px-6 py-
|
| 140 |
-
<i class="fas fa-cart-plus mr-2"></i> Enregistrer maintenant
|
| 141 |
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
</div>
|
| 143 |
</div>
|
| 144 |
|
|
@@ -153,16 +164,252 @@
|
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
|
| 156 |
-
<div class="mt-8 flex justify-center
|
| 157 |
-
<
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
<
|
| 161 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
</div>
|
| 163 |
</div>
|
| 164 |
</section>
|
| 165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
<!-- Scripts JavaScript -->
|
| 167 |
<script>
|
| 168 |
// Menu mobile
|
|
@@ -197,7 +444,7 @@
|
|
| 197 |
resultDiv.classList.add('show');
|
| 198 |
|
| 199 |
// Simuler une vérification de disponibilité (aléatoire pour la démo)
|
| 200 |
-
const isAvailable = Math.random() > 0.
|
| 201 |
|
| 202 |
if (isAvailable) {
|
| 203 |
availabilityText.textContent = 'Disponible';
|
|
@@ -220,17 +467,17 @@
|
|
| 220 |
const successText = document.getElementById('success-text');
|
| 221 |
|
| 222 |
// Confirmation avant enregistrement
|
| 223 |
-
const confirmRegister = confirm(`Voulez-vous vraiment enregistrer le domaine ${domainInput.value}${domainExtension.value} ?`);
|
| 224 |
|
| 225 |
if (confirmRegister) {
|
| 226 |
// Afficher le message de succès
|
| 227 |
-
successText.textContent = `Le domaine ${domainInput.value}${domainExtension.value} a été enregistré avec succès
|
| 228 |
successMessage.classList.add('show');
|
| 229 |
|
| 230 |
// Masquer le message après 5 secondes
|
| 231 |
setTimeout(() => {
|
| 232 |
successMessage.classList.remove('show');
|
| 233 |
-
},
|
| 234 |
|
| 235 |
// Réinitialiser le formulaire
|
| 236 |
domainInput.value = '';
|
|
@@ -256,28 +503,6 @@
|
|
| 256 |
});
|
| 257 |
});
|
| 258 |
|
| 259 |
-
// Onglets FAQ
|
| 260 |
-
document.querySelectorAll('.tabs-button').forEach(button => {
|
| 261 |
-
button.addEventListener('click', function() {
|
| 262 |
-
// Retirer la classe active de tous les boutons
|
| 263 |
-
document.querySelectorAll('.tabs-button').forEach(btn => {
|
| 264 |
-
btn.classList.remove('active');
|
| 265 |
-
});
|
| 266 |
-
|
| 267 |
-
// Ajouter la classe active au bouton cliqué
|
| 268 |
-
this.classList.add('active');
|
| 269 |
-
|
| 270 |
-
// Cacher tous les contenus d'onglet
|
| 271 |
-
document.querySelectorAll('.tab-content').forEach(content => {
|
| 272 |
-
content.classList.add('hidden');
|
| 273 |
-
});
|
| 274 |
-
|
| 275 |
-
// Afficher le contenu de l'onglet sélectionné
|
| 276 |
-
const tabId = this.getAttribute('data-tab');
|
| 277 |
-
document.getElementById(tabId + '-tab').classList.remove('hidden');
|
| 278 |
-
});
|
| 279 |
-
});
|
| 280 |
-
|
| 281 |
// Animation au défilement
|
| 282 |
document.addEventListener('DOMContentLoaded', function() {
|
| 283 |
const observerOptions = {
|
|
@@ -336,6 +561,21 @@
|
|
| 336 |
}
|
| 337 |
});
|
| 338 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 339 |
</script>
|
| 340 |
<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/free-domain" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 341 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Domaine Gratuit - Hébergement, Email et WordPress Inclus</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 |
.hero-gradient {
|
| 11 |
+
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
|
| 12 |
+
}
|
| 13 |
+
.domain-card {
|
| 14 |
+
transition: all 0.3s ease;
|
| 15 |
}
|
| 16 |
.domain-card:hover {
|
| 17 |
transform: translateY(-5px);
|
|
|
|
| 22 |
}
|
| 23 |
.feature-card:hover .feature-icon {
|
| 24 |
transform: scale(1.1);
|
| 25 |
+
color: #4f46e5;
|
| 26 |
}
|
| 27 |
.search-box:focus-within {
|
| 28 |
+
box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.3);
|
| 29 |
}
|
| 30 |
@keyframes float {
|
| 31 |
0%, 100% { transform: translateY(0); }
|
|
|
|
| 34 |
.floating {
|
| 35 |
animation: float 6s ease-in-out infinite;
|
| 36 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
#domain-result {
|
| 38 |
display: none;
|
| 39 |
}
|
|
|
|
| 51 |
from { opacity: 0; transform: translateY(10px); }
|
| 52 |
to { opacity: 1; transform: translateY(0); }
|
| 53 |
}
|
| 54 |
+
.badge {
|
| 55 |
+
animation: pulse 2s infinite;
|
| 56 |
+
}
|
| 57 |
+
@keyframes pulse {
|
| 58 |
+
0% { transform: scale(1); }
|
| 59 |
+
50% { transform: scale(1.05); }
|
| 60 |
+
100% { transform: scale(1); }
|
| 61 |
+
}
|
| 62 |
</style>
|
| 63 |
</head>
|
| 64 |
<body class="font-sans antialiased text-gray-800 bg-gray-50">
|
|
|
|
| 68 |
<div class="flex items-center justify-between">
|
| 69 |
<!-- Logo -->
|
| 70 |
<div class="flex items-center space-x-3">
|
| 71 |
+
<div class="w-10 h-10 bg-indigo-600 rounded-lg flex items-center justify-center text-white font-bold text-xl">
|
| 72 |
+
<i class="fas fa-globe"></i>
|
| 73 |
</div>
|
| 74 |
+
<span class="text-xl font-semibold">DomaineGratuit</span>
|
| 75 |
</div>
|
| 76 |
|
| 77 |
<!-- Liens de navigation -->
|
| 78 |
<div class="hidden md:flex items-center space-x-8">
|
| 79 |
+
<a href="#accueil" class="text-indigo-600 font-medium hover:text-indigo-800 transition">Accueil</a>
|
| 80 |
+
<a href="#features" class="hover:text-indigo-600 transition">Fonctionnalités</a>
|
| 81 |
+
<a href="#domaines" class="hover:text-indigo-600 transition">Extensions</a>
|
| 82 |
+
<a href="#faq" class="hover:text-indigo-600 transition">FAQ</a>
|
| 83 |
+
<a href="#connexion" class="bg-indigo-600 text-white px-6 py-2 rounded-lg font-medium hover:bg-indigo-700 transition">Connexion</a>
|
|
|
|
| 84 |
</div>
|
| 85 |
|
| 86 |
<!-- Menu mobile -->
|
|
|
|
| 91 |
|
| 92 |
<!-- Menu mobile déroulant -->
|
| 93 |
<div id="mobile-menu" class="hidden md:hidden mt-4 pb-4">
|
| 94 |
+
<a href="#accueil" class="block py-2 text-gray-800 hover:text-indigo-600">Accueil</a>
|
| 95 |
+
<a href="#features" class="block py-2 text-gray-800 hover:text-indigo-600">Fonctionnalités</a>
|
| 96 |
+
<a href="#domaines" class="block py-2 text-gray-800 hover:text-indigo-600">Extensions</a>
|
| 97 |
+
<a href="#faq" class="block py-2 text-gray-800 hover:text-indigo-600">FAQ</a>
|
| 98 |
+
<a href="#connexion" class="mt-2 inline-block bg-indigo-600 text-white px-6 py-2 rounded-lg font-medium hover:bg-indigo-700 transition">Connexion</a>
|
|
|
|
| 99 |
</div>
|
| 100 |
</div>
|
| 101 |
</nav>
|
|
|
|
| 107 |
<div class="absolute bottom-0 left-0 w-full h-20 bg-gradient-to-t from-gray-50 to-transparent"></div>
|
| 108 |
|
| 109 |
<div class="container mx-auto px-6 text-center relative z-10">
|
| 110 |
+
<div class="inline-block bg-yellow-400 text-yellow-900 px-4 py-1 rounded-full text-sm font-bold mb-4 badge">
|
| 111 |
+
<i class="fas fa-crown mr-1"></i> OFFRE LIMITÉE
|
| 112 |
+
</div>
|
| 113 |
<h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">Enregistrez votre <span class="text-yellow-300">domaine gratuitement</span></h1>
|
| 114 |
+
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto opacity-90">Obtenez un nom de domaine professionnel avec hébergement, email et WordPress inclus - sans frais cachés!</p>
|
| 115 |
|
| 116 |
<!-- Recherche de domaine -->
|
| 117 |
<div class="max-w-2xl mx-auto bg-white rounded-lg overflow-hidden shadow-xl">
|
| 118 |
<div class="flex flex-col md:flex-row">
|
| 119 |
+
<input type="text" id="domain-input" placeholder="Entrez votre nom de domaine..." class="px-6 py-4 text-gray-800 w-full focus:outline-none">
|
| 120 |
<select id="domain-extension" class="px-4 py-4 text-gray-700 border-l border-gray-200 focus:outline-none bg-gray-100">
|
|
|
|
| 121 |
<option>.gratis</option>
|
| 122 |
+
<option>.free</option>
|
| 123 |
<option>.web</option>
|
|
|
|
| 124 |
<option>.online</option>
|
| 125 |
+
<option>.site</option>
|
| 126 |
</select>
|
| 127 |
+
<button id="check-domain" class="bg-indigo-600 text-white px-8 py-4 font-semibold hover:bg-indigo-700 transition duration-300">
|
| 128 |
<i class="fas fa-search mr-2"></i> Vérifier
|
| 129 |
</button>
|
| 130 |
</div>
|
|
|
|
| 135 |
<div class="flex items-center justify-between">
|
| 136 |
<div>
|
| 137 |
<span id="result-domain-name" class="font-bold"></span>
|
| 138 |
+
<span id="result-domain-ext" class="text-indigo-600 font-bold"></span>
|
| 139 |
</div>
|
| 140 |
<div id="domain-availability" class="flex items-center">
|
| 141 |
<span id="availability-text" class="font-semibold"></span>
|
|
|
|
| 143 |
</div>
|
| 144 |
</div>
|
| 145 |
<div id="domain-actions" class="mt-4 hidden">
|
| 146 |
+
<button id="register-button" class="bg-green-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-green-700 transition w-full">
|
| 147 |
+
<i class="fas fa-cart-plus mr-2"></i> Enregistrer maintenant - GRATUIT
|
| 148 |
</button>
|
| 149 |
+
<div class="mt-2 text-sm text-gray-600 flex items-center">
|
| 150 |
+
<i class="fas fa-check-circle text-green-500 mr-2"></i>
|
| 151 |
+
<span>Hébergement, Email et WordPress inclus</span>
|
| 152 |
+
</div>
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
|
|
|
|
| 164 |
</div>
|
| 165 |
</div>
|
| 166 |
|
| 167 |
+
<div class="mt-8 flex flex-wrap justify-center gap-4">
|
| 168 |
+
<div class="flex items-center bg-white bg-opacity-10 px-3 py-1 rounded-full">
|
| 169 |
+
<i class="fas fa-check-circle text-yellow-300 mr-2"></i>
|
| 170 |
+
<span class="text-sm">WordPress inclus</span>
|
| 171 |
+
</div>
|
| 172 |
+
<div class="flex items-center bg-white bg-opacity-10 px-3 py-1 rounded-full">
|
| 173 |
+
<i class="fas fa-check-circle text-yellow-300 mr-2"></i>
|
| 174 |
+
<span class="text-sm">Hébergement gratuit</span>
|
| 175 |
+
</div>
|
| 176 |
+
<div class="flex items-center bg-white bg-opacity-10 px-3 py-1 rounded-full">
|
| 177 |
+
<i class="fas fa-check-circle text-yellow-300 mr-2"></i>
|
| 178 |
+
<span class="text-sm">Emails professionnels</span>
|
| 179 |
+
</div>
|
| 180 |
+
<div class="flex items-center bg-white bg-opacity-10 px-3 py-1 rounded-full">
|
| 181 |
+
<i class="fas fa-check-circle text-yellow-300 mr-2"></i>
|
| 182 |
+
<span class="text-sm">Certificat SSL</span>
|
| 183 |
+
</div>
|
| 184 |
+
</div>
|
| 185 |
+
</div>
|
| 186 |
+
</section>
|
| 187 |
+
|
| 188 |
+
<!-- Fonctionnalités -->
|
| 189 |
+
<section id="features" class="py-20 bg-white">
|
| 190 |
+
<div class="container mx-auto px-6">
|
| 191 |
+
<div class="text-center mb-16">
|
| 192 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">Tout ce dont vous avez besoin pour réussir en ligne</h2>
|
| 193 |
+
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Notre offre gratuite inclut toutes ces fonctionnalités premium</p>
|
| 194 |
+
</div>
|
| 195 |
+
|
| 196 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 197 |
+
<!-- Carte 1 -->
|
| 198 |
+
<div class="feature-card bg-gray-50 rounded-xl p-6 border border-gray-100 hover:border-indigo-100 transition">
|
| 199 |
+
<div class="w-14 h-14 bg-indigo-100 text-indigo-600 rounded-lg flex items-center justify-center mb-4 feature-icon">
|
| 200 |
+
<i class="fas fa-rocket text-2xl"></i>
|
| 201 |
+
</div>
|
| 202 |
+
<h3 class="text-xl font-bold mb-2">Hébergement rapide</h3>
|
| 203 |
+
<p class="text-gray-600">Serveurs optimisés pour des performances maximales avec 99.9% uptime.</p>
|
| 204 |
+
</div>
|
| 205 |
+
|
| 206 |
+
<!-- Carte 2 -->
|
| 207 |
+
<div class="feature-card bg-gray-50 rounded-xl p-6 border border-gray-100 hover:border-indigo-100 transition">
|
| 208 |
+
<div class="w-14 h-14 bg-indigo-100 text-indigo-600 rounded-lg flex items-center justify-center mb-4 feature-icon">
|
| 209 |
+
<i class="fab fa-wordpress text-2xl"></i>
|
| 210 |
+
</div>
|
| 211 |
+
<h3 class="text-xl font-bold mb-2">WordPress pré-installé</h3>
|
| 212 |
+
<p class="text-gray-600">Installez WordPress en 1 clic avec des thèmes premium inclus.</p>
|
| 213 |
+
</div>
|
| 214 |
+
|
| 215 |
+
<!-- Carte 3 -->
|
| 216 |
+
<div class="feature-card bg-gray-50 rounded-xl p-6 border border-gray-100 hover:border-indigo-100 transition">
|
| 217 |
+
<div class="w-14 h-14 bg-indigo-100 text-indigo-600 rounded-lg flex items-center justify-center mb-4 feature-icon">
|
| 218 |
+
<i class="fas fa-envelope text-2xl"></i>
|
| 219 |
+
</div>
|
| 220 |
+
<h3 class="text-xl font-bold mb-2">Emails professionnels</h3>
|
| 221 |
+
<p class="text-gray-600">Créez des adresses email @votredomaine pour une image professionnelle.</p>
|
| 222 |
+
</div>
|
| 223 |
+
|
| 224 |
+
<!-- Carte 4 -->
|
| 225 |
+
<div class="feature-card bg-gray-50 rounded-xl p-6 border border-gray-100 hover:border-indigo-100 transition">
|
| 226 |
+
<div class="w-14 h-14 bg-indigo-100 text-indigo-600 rounded-lg flex items-center justify-center mb-4 feature-icon">
|
| 227 |
+
<i class="fas fa-lock text-2xl"></i>
|
| 228 |
+
</div>
|
| 229 |
+
<h3 class="text-xl font-bold mb-2">SSL Gratuit</h3>
|
| 230 |
+
<p class="text-gray-600">Certificat SSL inclus pour sécuriser votre site et améliorer le SEO.</p>
|
| 231 |
+
</div>
|
| 232 |
+
</div>
|
| 233 |
+
</div>
|
| 234 |
+
</section>
|
| 235 |
+
|
| 236 |
+
<!-- Extensions de domaine -->
|
| 237 |
+
<section id="domaines" class="py-20 bg-gray-50">
|
| 238 |
+
<div class="container mx-auto px-6">
|
| 239 |
+
<div class="text-center mb-16">
|
| 240 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">Extensions de domaine disponibles</h2>
|
| 241 |
+
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Choisissez l'extension qui correspond à votre projet</p>
|
| 242 |
+
</div>
|
| 243 |
+
|
| 244 |
+
<div class="grid grid-cols-2 md:grid-cols-5 gap-4 max-w-4xl mx-auto">
|
| 245 |
+
<!-- Extension 1 -->
|
| 246 |
+
<div class="domain-card bg-white rounded-lg p-4 text-center shadow-sm hover:shadow-md cursor-pointer">
|
| 247 |
+
<div class="text-3xl font-bold text-indigo-600 mb-2">.gratis</div>
|
| 248 |
+
<div class="text-sm text-gray-500">Gratuit à vie</div>
|
| 249 |
+
</div>
|
| 250 |
+
|
| 251 |
+
<!-- Extension 2 -->
|
| 252 |
+
<div class="domain-card bg-white rounded-lg p-4 text-center shadow-sm hover:shadow-md cursor-pointer">
|
| 253 |
+
<div class="text-3xl font-bold text-indigo-600 mb-2">.free</div>
|
| 254 |
+
<div class="text-sm text-gray-500">Gratuit à vie</div>
|
| 255 |
+
</div>
|
| 256 |
+
|
| 257 |
+
<!-- Extension 3 -->
|
| 258 |
+
<div class="domain-card bg-white rounded-lg p-4 text-center shadow-sm hover:shadow-md cursor-pointer">
|
| 259 |
+
<div class="text-3xl font-bold text-indigo-600 mb-2">.web</div>
|
| 260 |
+
<div class="text-sm text-gray-500">Gratuit à vie</div>
|
| 261 |
+
</div>
|
| 262 |
+
|
| 263 |
+
<!-- Extension 4 -->
|
| 264 |
+
<div class="domain-card bg-white rounded-lg p-4 text-center shadow-sm hover:shadow-md cursor-pointer">
|
| 265 |
+
<div class="text-3xl font-bold text-indigo-600 mb-2">.online</div>
|
| 266 |
+
<div class="text-sm text-gray-500">Gratuit à vie</div>
|
| 267 |
+
</div>
|
| 268 |
+
|
| 269 |
+
<!-- Extension 5 -->
|
| 270 |
+
<div class="domain-card bg-white rounded-lg p-4 text-center shadow-sm hover:shadow-md cursor-pointer">
|
| 271 |
+
<div class="text-3xl font-bold text-indigo-600 mb-2">.site</div>
|
| 272 |
+
<div class="text-sm text-gray-500">Gratuit à vie</div>
|
| 273 |
+
</div>
|
| 274 |
</div>
|
| 275 |
</div>
|
| 276 |
</section>
|
| 277 |
|
| 278 |
+
<!-- FAQ -->
|
| 279 |
+
<section id="faq" class="py-20 bg-white">
|
| 280 |
+
<div class="container mx-auto px-6 max-w-4xl">
|
| 281 |
+
<div class="text-center mb-16">
|
| 282 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">Questions fréquentes</h2>
|
| 283 |
+
<p class="text-xl text-gray-600">Trouvez les réponses à vos questions</p>
|
| 284 |
+
</div>
|
| 285 |
+
|
| 286 |
+
<div class="space-y-4">
|
| 287 |
+
<!-- Question 1 -->
|
| 288 |
+
<div class="border border-gray-200 rounded-lg overflow-hidden">
|
| 289 |
+
<button class="faq-question w-full px-6 py-4 text-left font-medium flex items-center justify-between">
|
| 290 |
+
<span>Est-ce vraiment gratuit sans frais cachés?</span>
|
| 291 |
+
<i class="fas fa-chevron-down"></i>
|
| 292 |
+
</button>
|
| 293 |
+
<div class="faq-answer px-6 pb-4 hidden">
|
| 294 |
+
<p class="text-gray-600">Oui, notre offre est 100% gratuite sans frais cachés. Vous obtenez un nom de domaine, un hébergement, WordPress et des emails professionnels sans aucun coût. Nous finançons ce service grâce à des partenariats avec des entreprises technologiques.</p>
|
| 295 |
+
</div>
|
| 296 |
+
</div>
|
| 297 |
+
|
| 298 |
+
<!-- Question 2 -->
|
| 299 |
+
<div class="border border-gray-200 rounded-lg overflow-hidden">
|
| 300 |
+
<button class="faq-question w-full px-6 py-4 text-left font-medium flex items-center justify-between">
|
| 301 |
+
<span>Comment installer WordPress?</span>
|
| 302 |
+
<i class="fas fa-chevron-down"></i>
|
| 303 |
+
</button>
|
| 304 |
+
<div class="faq-answer px-6 pb-4 hidden">
|
| 305 |
+
<p class="text-gray-600">Après avoir enregistré votre domaine, vous aurez accès à un panneau de contrôle où vous pourrez installer WordPress en un seul clic. Aucune compétence technique n'est requise. Nous fournissons également des guides étape par étape pour vous aider.</p>
|
| 306 |
+
</div>
|
| 307 |
+
</div>
|
| 308 |
+
|
| 309 |
+
<!-- Question 3 -->
|
| 310 |
+
<div class="border border-gray-200 rounded-lg overflow-hidden">
|
| 311 |
+
<button class="faq-question w-full px-6 py-4 text-left font-medium flex items-center justify-between">
|
| 312 |
+
<span>Puis-je transférer mon domaine plus tard?</span>
|
| 313 |
+
<i class="fas fa-chevron-down"></i>
|
| 314 |
+
</button>
|
| 315 |
+
<div class="faq-answer px-6 pb-4 hidden">
|
| 316 |
+
<p class="text-gray-600">Oui, vous pouvez transférer votre domaine vers un autre registraire à tout moment. Nous ne verrouillons pas vos domaines et fournissons toutes les informations nécessaires pour un transfert en douceur.</p>
|
| 317 |
+
</div>
|
| 318 |
+
</div>
|
| 319 |
+
|
| 320 |
+
<!-- Question 4 -->
|
| 321 |
+
<div class="border border-gray-200 rounded-lg overflow-hidden">
|
| 322 |
+
<button class="faq-question w-full px-6 py-4 text-left font-medium flex items-center justify-between">
|
| 323 |
+
<span>Quelles sont les limitations de l'offre gratuite?</span>
|
| 324 |
+
<i class="fas fa-chevron-down"></i>
|
| 325 |
+
</button>
|
| 326 |
+
<div class="faq-answer px-6 pb-4 hidden">
|
| 327 |
+
<p class="text-gray-600">L'offre gratuite inclut 5GB d'espace de stockage, 50GB de bande passante mensuelle et jusqu'à 5 adresses email. Pour la plupart des sites personnels et petites entreprises, cela est largement suffisant. Nous proposons également des options premium pour ceux qui ont besoin de plus de ressources.</p>
|
| 328 |
+
</div>
|
| 329 |
+
</div>
|
| 330 |
+
</div>
|
| 331 |
+
</div>
|
| 332 |
+
</section>
|
| 333 |
+
|
| 334 |
+
<!-- CTA -->
|
| 335 |
+
<section class="py-16 bg-indigo-600 text-white">
|
| 336 |
+
<div class="container mx-auto px-6 text-center">
|
| 337 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à lancer votre site web?</h2>
|
| 338 |
+
<p class="text-xl mb-8 max-w-2xl mx-auto opacity-90">Enregistrez votre domaine gratuit dès maintenant et profitez de toutes nos fonctionnalités premium.</p>
|
| 339 |
+
<a href="#accueil" class="bg-white text-indigo-600 px-8 py-4 rounded-lg font-bold text-lg hover:bg-gray-100 transition inline-block">
|
| 340 |
+
<i class="fas fa-globe mr-2"></i> Trouver un domaine
|
| 341 |
+
</a>
|
| 342 |
+
</div>
|
| 343 |
+
</section>
|
| 344 |
+
|
| 345 |
+
<!-- Footer -->
|
| 346 |
+
<footer class="bg-gray-900 text-gray-400 py-12">
|
| 347 |
+
<div class="container mx-auto px-6">
|
| 348 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 349 |
+
<!-- Colonne 1 -->
|
| 350 |
+
<div>
|
| 351 |
+
<div class="flex items-center space-x-3 mb-4">
|
| 352 |
+
<div class="w-10 h-10 bg-indigo-600 rounded-lg flex items-center justify-center text-white font-bold text-xl">
|
| 353 |
+
<i class="fas fa-globe"></i>
|
| 354 |
+
</div>
|
| 355 |
+
<span class="text-xl font-semibold text-white">DomaineGratuit</span>
|
| 356 |
+
</div>
|
| 357 |
+
<p class="mb-4">Le moyen le plus simple d'obtenir une présence en ligne professionnelle sans frais.</p>
|
| 358 |
+
<div class="flex space-x-4">
|
| 359 |
+
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
|
| 360 |
+
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
|
| 361 |
+
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
|
| 362 |
+
</div>
|
| 363 |
+
</div>
|
| 364 |
+
|
| 365 |
+
<!-- Colonne 2 -->
|
| 366 |
+
<div>
|
| 367 |
+
<h3 class="text-white font-bold text-lg mb-4">Services</h3>
|
| 368 |
+
<ul class="space-y-2">
|
| 369 |
+
<li><a href="#" class="hover:text-white transition">Enregistrement de domaine</a></li>
|
| 370 |
+
<li><a href="#" class="hover:text-white transition">Hébergement web</a></li>
|
| 371 |
+
<li><a href="#" class="hover:text-white transition">WordPress</a></li>
|
| 372 |
+
<li><a href="#" class="hover:text-white transition">Emails professionnels</a></li>
|
| 373 |
+
<li><a href="#" class="hover:text-white transition">Certificats SSL</a></li>
|
| 374 |
+
</ul>
|
| 375 |
+
</div>
|
| 376 |
+
|
| 377 |
+
<!-- Colonne 3 -->
|
| 378 |
+
<div>
|
| 379 |
+
<h3 class="text-white font-bold text-lg mb-4">Support</h3>
|
| 380 |
+
<ul class="space-y-2">
|
| 381 |
+
<li><a href="#" class="hover:text-white transition">Centre d'aide</a></li>
|
| 382 |
+
<li><a href="#" class="hover:text-white transition">Tutoriels</a></li>
|
| 383 |
+
<li><a href="#" class="hover:text-white transition">Forum</a></li>
|
| 384 |
+
<li><a href="#" class="hover:text-white transition">Contact</a></li>
|
| 385 |
+
<li><a href="#" class="hover:text-white transition">Statut</a></li>
|
| 386 |
+
</ul>
|
| 387 |
+
</div>
|
| 388 |
+
|
| 389 |
+
<!-- Colonne 4 -->
|
| 390 |
+
<div>
|
| 391 |
+
<h3 class="text-white font-bold text-lg mb-4">Entreprise</h3>
|
| 392 |
+
<ul class="space-y-2">
|
| 393 |
+
<li><a href="#" class="hover:text-white transition">À propos</a></li>
|
| 394 |
+
<li><a href="#" class="hover:text-white transition">Carrières</a></li>
|
| 395 |
+
<li><a href="#" class="hover:text-white transition">Blog</a></li>
|
| 396 |
+
<li><a href="#" class="hover:text-white transition">Partenaires</a></li>
|
| 397 |
+
<li><a href="#" class="hover:text-white transition">Presse</a></li>
|
| 398 |
+
</ul>
|
| 399 |
+
</div>
|
| 400 |
+
</div>
|
| 401 |
+
|
| 402 |
+
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 403 |
+
<p>© 2023 DomaineGratuit. Tous droits réservés.</p>
|
| 404 |
+
<div class="mt-4 md:mt-0">
|
| 405 |
+
<a href="#" class="text-sm hover:text-white mr-4">Conditions</a>
|
| 406 |
+
<a href="#" class="text-sm hover:text-white mr-4">Confidentialité</a>
|
| 407 |
+
<a href="#" class="text-sm hover:text-white">Cookies</a>
|
| 408 |
+
</div>
|
| 409 |
+
</div>
|
| 410 |
+
</div>
|
| 411 |
+
</footer>
|
| 412 |
+
|
| 413 |
<!-- Scripts JavaScript -->
|
| 414 |
<script>
|
| 415 |
// Menu mobile
|
|
|
|
| 444 |
resultDiv.classList.add('show');
|
| 445 |
|
| 446 |
// Simuler une vérification de disponibilité (aléatoire pour la démo)
|
| 447 |
+
const isAvailable = Math.random() > 0.3; // 70% de chance d'être disponible
|
| 448 |
|
| 449 |
if (isAvailable) {
|
| 450 |
availabilityText.textContent = 'Disponible';
|
|
|
|
| 467 |
const successText = document.getElementById('success-text');
|
| 468 |
|
| 469 |
// Confirmation avant enregistrement
|
| 470 |
+
const confirmRegister = confirm(`Voulez-vous vraiment enregistrer le domaine ${domainInput.value}${domainExtension.value} gratuitement ?\n\nCe domaine inclut:\n- Hébergement web\n- WordPress pré-installé\n- 5 emails professionnels\n- Certificat SSL`);
|
| 471 |
|
| 472 |
if (confirmRegister) {
|
| 473 |
// Afficher le message de succès
|
| 474 |
+
successText.textContent = `Félicitations! Le domaine ${domainInput.value}${domainExtension.value} a été enregistré avec succès.\n\nVous allez recevoir un email avec vos identifiants pour accéder à votre panneau de contrôle.`;
|
| 475 |
successMessage.classList.add('show');
|
| 476 |
|
| 477 |
// Masquer le message après 5 secondes
|
| 478 |
setTimeout(() => {
|
| 479 |
successMessage.classList.remove('show');
|
| 480 |
+
}, 8000);
|
| 481 |
|
| 482 |
// Réinitialiser le formulaire
|
| 483 |
domainInput.value = '';
|
|
|
|
| 503 |
});
|
| 504 |
});
|
| 505 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 506 |
// Animation au défilement
|
| 507 |
document.addEventListener('DOMContentLoaded', function() {
|
| 508 |
const observerOptions = {
|
|
|
|
| 561 |
}
|
| 562 |
});
|
| 563 |
});
|
| 564 |
+
|
| 565 |
+
// Sélection automatique d'extension de domaine
|
| 566 |
+
document.querySelectorAll('.domain-card').forEach(card => {
|
| 567 |
+
card.addEventListener('click', function() {
|
| 568 |
+
const extension = this.querySelector('div:first-child').textContent;
|
| 569 |
+
document.getElementById('domain-extension').value = extension;
|
| 570 |
+
|
| 571 |
+
// Scroll vers le champ de recherche
|
| 572 |
+
document.getElementById('domain-input').focus();
|
| 573 |
+
window.scrollTo({
|
| 574 |
+
top: document.getElementById('accueil').offsetTop,
|
| 575 |
+
behavior: 'smooth'
|
| 576 |
+
});
|
| 577 |
+
});
|
| 578 |
+
});
|
| 579 |
</script>
|
| 580 |
<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/free-domain" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 581 |
</html>
|
prompts.txt
CHANGED
|
@@ -14,4 +14,5 @@ creer du code de site web en html de 2000 ligne avec visuel en automatique
|
|
| 14 |
creer du code de site web en html de 2000 ligne avec visuel en automatique avec description
|
| 15 |
enregistrement domaine gratuite en ligne , registrat adresse , serveur domain , sst toutes les outils avec une tres belle interfaces
|
| 16 |
le bouton verifier ne fonctionne pas
|
| 17 |
-
le bouton enregistrer maintenant ne fonctionne pas
|
|
|
|
|
|
| 14 |
creer du code de site web en html de 2000 ligne avec visuel en automatique avec description
|
| 15 |
enregistrement domaine gratuite en ligne , registrat adresse , serveur domain , sst toutes les outils avec une tres belle interfaces
|
| 16 |
le bouton verifier ne fonctionne pas
|
| 17 |
+
le bouton enregistrer maintenant ne fonctionne pas
|
| 18 |
+
GRATUIT Enregistrez votre domaine gratuit Obtenez un nom de domaine professionnel gratuitement avec hébergement, email et outils SEO inclus. wordpress comprix
|