Spaces:
Running
Running
Add 3 files
Browse files- README.md +7 -5
- index.html +367 -19
- prompts.txt +8 -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: auto-buttons
|
3 |
+
emoji: 🐳
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: blue
|
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,367 @@
|
|
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="fr">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>AutoButtons - Boutons Automatiques</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 |
+
.category-card {
|
11 |
+
transition: all 0.3s ease;
|
12 |
+
}
|
13 |
+
.category-card:hover {
|
14 |
+
transform: translateY(-5px);
|
15 |
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
|
16 |
+
}
|
17 |
+
.btn-generator {
|
18 |
+
animation: pulse 2s infinite;
|
19 |
+
}
|
20 |
+
@keyframes pulse {
|
21 |
+
0% { transform: scale(1); }
|
22 |
+
50% { transform: scale(1.05); }
|
23 |
+
100% { transform: scale(1); }
|
24 |
+
}
|
25 |
+
.domain-btn {
|
26 |
+
transition: all 0.2s ease;
|
27 |
+
}
|
28 |
+
.domain-btn:hover {
|
29 |
+
transform: scale(1.05);
|
30 |
+
}
|
31 |
+
</style>
|
32 |
+
</head>
|
33 |
+
<body class="bg-gray-100 min-h-screen">
|
34 |
+
<!-- Header -->
|
35 |
+
<header class="bg-gradient-to-r from-blue-600 to-purple-600 text-white shadow-lg">
|
36 |
+
<div class="container mx-auto px-4 py-6">
|
37 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
38 |
+
<div class="flex items-center mb-4 md:mb-0">
|
39 |
+
<i class="fas fa-bolt text-3xl mr-3"></i>
|
40 |
+
<h1 class="text-3xl font-bold">Auto<span class="text-yellow-300">Buttons</span></h1>
|
41 |
+
</div>
|
42 |
+
<div class="relative w-full md:w-64">
|
43 |
+
<input type="text" placeholder="Rechercher un domaine..."
|
44 |
+
class="w-full px-4 py-2 rounded-full text-gray-800 focus:outline-none">
|
45 |
+
<button class="absolute right-3 top-2 text-gray-500">
|
46 |
+
<i class="fas fa-search"></i>
|
47 |
+
</button>
|
48 |
+
</div>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
</header>
|
52 |
+
|
53 |
+
<!-- Main Content -->
|
54 |
+
<main class="container mx-auto px-4 py-8">
|
55 |
+
<!-- Generator Section -->
|
56 |
+
<section class="bg-white rounded-xl shadow-md p-6 mb-8 text-center">
|
57 |
+
<h2 class="text-2xl font-bold mb-4 text-gray-800">Générateur de Boutons Automatiques</h2>
|
58 |
+
<p class="text-gray-600 mb-6">Générez instantanément des boutons pour n'importe quel domaine</p>
|
59 |
+
<div class="flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-4">
|
60 |
+
<input type="text" placeholder="Entrez un domaine..."
|
61 |
+
class="px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 w-full sm:w-64">
|
62 |
+
<button class="btn-generator bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-lg font-semibold">
|
63 |
+
<i class="fas fa-magic mr-2"></i> Générer
|
64 |
+
</button>
|
65 |
+
</div>
|
66 |
+
</section>
|
67 |
+
|
68 |
+
<!-- Categories Grid -->
|
69 |
+
<section>
|
70 |
+
<h2 class="text-2xl font-bold mb-6 text-gray-800">Domaines Populaires</h2>
|
71 |
+
|
72 |
+
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
|
73 |
+
<!-- E-commerce -->
|
74 |
+
<div class="category-card bg-white rounded-xl shadow-md overflow-hidden">
|
75 |
+
<div class="bg-gradient-to-r from-orange-500 to-pink-500 p-4 text-white">
|
76 |
+
<div class="flex items-center">
|
77 |
+
<i class="fas fa-shopping-cart text-2xl mr-3"></i>
|
78 |
+
<h3 class="text-xl font-bold">E-commerce</h3>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
<div class="p-4 grid grid-cols-2 gap-3">
|
82 |
+
<button onclick="openNewWindow('Amazon')" class="domain-btn bg-orange-100 hover:bg-orange-200 text-orange-800 px-3 py-2 rounded-lg text-sm font-medium">
|
83 |
+
Amazon
|
84 |
+
</button>
|
85 |
+
<button onclick="openNewWindow('eBay')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
86 |
+
eBay
|
87 |
+
</button>
|
88 |
+
<button onclick="openNewWindow('AliExpress')" class="domain-btn bg-red-100 hover:bg-red-200 text-red-800 px-3 py-2 rounded-lg text-sm font-medium">
|
89 |
+
AliExpress
|
90 |
+
</button>
|
91 |
+
<button onclick="openNewWindow('Etsy')" class="domain-btn bg-green-100 hover:bg-green-200 text-green-800 px-3 py-2 rounded-lg text-sm font-medium">
|
92 |
+
Etsy
|
93 |
+
</button>
|
94 |
+
<button onclick="openNewWindow('Walmart')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
95 |
+
Walmart
|
96 |
+
</button>
|
97 |
+
<button onclick="openNewWindow('Best Buy')" class="domain-btn bg-yellow-100 hover:bg-yellow-200 text-yellow-800 px-3 py-2 rounded-lg text-sm font-medium">
|
98 |
+
Best Buy
|
99 |
+
</button>
|
100 |
+
</div>
|
101 |
+
</div>
|
102 |
+
|
103 |
+
<!-- Réseaux Sociaux -->
|
104 |
+
<div class="category-card bg-white rounded-xl shadow-md overflow-hidden">
|
105 |
+
<div class="bg-gradient-to-r from-blue-400 to-blue-600 p-4 text-white">
|
106 |
+
<div class="flex items-center">
|
107 |
+
<i class="fas fa-users text-2xl mr-3"></i>
|
108 |
+
<h3 class="text-xl font-bold">Réseaux Sociaux</h3>
|
109 |
+
</div>
|
110 |
+
</div>
|
111 |
+
<div class="p-4 grid grid-cols-2 gap-3">
|
112 |
+
<button onclick="openNewWindow('Facebook')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
113 |
+
Facebook
|
114 |
+
</button>
|
115 |
+
<button onclick="openNewWindow('Instagram')" class="domain-btn bg-pink-100 hover:bg-pink-200 text-pink-800 px-3 py-2 rounded-lg text-sm font-medium">
|
116 |
+
Instagram
|
117 |
+
</button>
|
118 |
+
<button onclick="openNewWindow('Twitter')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
119 |
+
Twitter
|
120 |
+
</button>
|
121 |
+
<button onclick="openNewWindow('LinkedIn')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
122 |
+
LinkedIn
|
123 |
+
</button>
|
124 |
+
<button onclick="openNewWindow('TikTok')" class="domain-btn bg-black bg-opacity-10 hover:bg-opacity-20 text-black px-3 py-2 rounded-lg text-sm font-medium">
|
125 |
+
TikTok
|
126 |
+
</button>
|
127 |
+
<button onclick="openNewWindow('Pinterest')" class="domain-btn bg-red-100 hover:bg-red-200 text-red-800 px-3 py-2 rounded-lg text-sm font-medium">
|
128 |
+
Pinterest
|
129 |
+
</button>
|
130 |
+
</div>
|
131 |
+
</div>
|
132 |
+
|
133 |
+
<!-- Divertissement -->
|
134 |
+
<div class="category-card bg-white rounded-xl shadow-md overflow-hidden">
|
135 |
+
<div class="bg-gradient-to-r from-purple-500 to-indigo-500 p-4 text-white">
|
136 |
+
<div class="flex items-center">
|
137 |
+
<i class="fas fa-film text-2xl mr-3"></i>
|
138 |
+
<h3 class="text-xl font-bold">Divertissement</h3>
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
<div class="p-4 grid grid-cols-2 gap-3">
|
142 |
+
<button onclick="openNewWindow('Netflix')" class="domain-btn bg-red-100 hover:bg-red-200 text-red-800 px-3 py-2 rounded-lg text-sm font-medium">
|
143 |
+
Netflix
|
144 |
+
</button>
|
145 |
+
<button onclick="openNewWindow('YouTube')" class="domain-btn bg-red-100 hover:bg-red-200 text-red-800 px-3 py-2 rounded-lg text-sm font-medium">
|
146 |
+
YouTube
|
147 |
+
</button>
|
148 |
+
<button onclick="openNewWindow('Spotify')" class="domain-btn bg-green-100 hover:bg-green-200 text-green-800 px-3 py-2 rounded-lg text-sm font-medium">
|
149 |
+
Spotify
|
150 |
+
</button>
|
151 |
+
<button onclick="openNewWindow('Twitch')" class="domain-btn bg-purple-100 hover:bg-purple-200 text-purple-800 px-3 py-2 rounded-lg text-sm font-medium">
|
152 |
+
Twitch
|
153 |
+
</button>
|
154 |
+
<button onclick="openNewWindow('Disney+')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
155 |
+
Disney+
|
156 |
+
</button>
|
157 |
+
<button onclick="openNewWindow('HBO Max')" class="domain-btn bg-purple-100 hover:bg-purple-200 text-purple-800 px-3 py-2 rounded-lg text-sm font-medium">
|
158 |
+
HBO Max
|
159 |
+
</button>
|
160 |
+
</div>
|
161 |
+
</div>
|
162 |
+
|
163 |
+
<!-- Technologie -->
|
164 |
+
<div class="category-card bg-white rounded-xl shadow-md overflow-hidden">
|
165 |
+
<div class="bg-gradient-to-r from-green-500 to-teal-500 p-4 text-white">
|
166 |
+
<div class="flex items-center">
|
167 |
+
<i class="fas fa-laptop-code text-2xl mr-3"></i>
|
168 |
+
<h3 class="text-xl font-bold">Technologie</h3>
|
169 |
+
</div>
|
170 |
+
</div>
|
171 |
+
<div class="p-4 grid grid-cols-2 gap-3">
|
172 |
+
<button onclick="openNewWindow('Apple')" class="domain-btn bg-gray-100 hover:bg-gray-200 text-gray-800 px-3 py-2 rounded-lg text-sm font-medium">
|
173 |
+
Apple
|
174 |
+
</button>
|
175 |
+
<button onclick="openNewWindow('Microsoft')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
176 |
+
Microsoft
|
177 |
+
</button>
|
178 |
+
<button onclick="openNewWindow('Google')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
179 |
+
Google
|
180 |
+
</button>
|
181 |
+
<button onclick="openNewWindow('Samsung')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
182 |
+
Samsung
|
183 |
+
</button>
|
184 |
+
<button onclick="openNewWindow('GitHub')" class="domain-btn bg-gray-100 hover:bg-gray-200 text-gray-800 px-3 py-2 rounded-lg text-sm font-medium">
|
185 |
+
GitHub
|
186 |
+
</button>
|
187 |
+
<button onclick="openNewWindow('Tesla')" class="domain-btn bg-red-100 hover:bg-red-200 text-red-800 px-3 py-2 rounded-lg text-sm font-medium">
|
188 |
+
Tesla
|
189 |
+
</button>
|
190 |
+
</div>
|
191 |
+
</div>
|
192 |
+
|
193 |
+
<!-- Voyages -->
|
194 |
+
<div class="category-card bg-white rounded-xl shadow-md overflow-hidden">
|
195 |
+
<div class="bg-gradient-to-r from-yellow-500 to-orange-500 p-4 text-white">
|
196 |
+
<div class="flex items-center">
|
197 |
+
<i class="fas fa-plane text-2xl mr-3"></i>
|
198 |
+
<h3 class="text-xl font-bold">Voyages</h3>
|
199 |
+
</div>
|
200 |
+
</div>
|
201 |
+
<div class="p-4 grid grid-cols-2 gap-3">
|
202 |
+
<button onclick="openNewWindow('Booking.com')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
203 |
+
Booking.com
|
204 |
+
</button>
|
205 |
+
<button onclick="openNewWindow('Airbnb')" class="domain-btn bg-pink-100 hover:bg-pink-200 text-pink-800 px-3 py-2 rounded-lg text-sm font-medium">
|
206 |
+
Airbnb
|
207 |
+
</button>
|
208 |
+
<button onclick="openNewWindow('Expedia')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
209 |
+
Expedia
|
210 |
+
</button>
|
211 |
+
<button onclick="openNewWindow('Kayak')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
212 |
+
Kayak
|
213 |
+
</button>
|
214 |
+
<button onclick="openNewWindow('TripAdvisor')" class="domain-btn bg-green-100 hover:bg-green-200 text-green-800 px-3 py-2 rounded-lg text-sm font-medium">
|
215 |
+
TripAdvisor
|
216 |
+
</button>
|
217 |
+
<button onclick="openNewWindow('Uber')" class="domain-btn bg-black bg-opacity-10 hover:bg-opacity-20 text-black px-3 py-2 rounded-lg text-sm font-medium">
|
218 |
+
Uber
|
219 |
+
</button>
|
220 |
+
</div>
|
221 |
+
</div>
|
222 |
+
|
223 |
+
<!-- Finance -->
|
224 |
+
<div class="category-card bg-white rounded-xl shadow-md overflow-hidden">
|
225 |
+
<div class="bg-gradient-to-r from-green-600 to-emerald-600 p-4 text-white">
|
226 |
+
<div class="flex items-center">
|
227 |
+
<i class="fas fa-chart-line text-2xl mr-3"></i>
|
228 |
+
<h3 class="text-xl font-bold">Finance</h3>
|
229 |
+
</div>
|
230 |
+
</div>
|
231 |
+
<div class="p-4 grid grid-cols-2 gap-3">
|
232 |
+
<button onclick="openNewWindow('PayPal')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
233 |
+
PayPal
|
234 |
+
</button>
|
235 |
+
<button onclick="openNewWindow('Robinhood')" class="domain-btn bg-green-100 hover:bg-green-200 text-green-800 px-3 py-2 rounded-lg text-sm font-medium">
|
236 |
+
Robinhood
|
237 |
+
</button>
|
238 |
+
<button onclick="openNewWindow('Coinbase')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
239 |
+
Coinbase
|
240 |
+
</button>
|
241 |
+
<button onclick="openNewWindow('eToro')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
242 |
+
eToro
|
243 |
+
</button>
|
244 |
+
<button onclick="openNewWindow('Revolut')" class="domain-btn bg-blue-100 hover:bg-blue-200 text-blue-800 px-3 py-2 rounded-lg text-sm font-medium">
|
245 |
+
Revolut
|
246 |
+
</button>
|
247 |
+
<button onclick="openNewWindow('Binance')" class="domain-btn bg-yellow-100 hover:bg-yellow-200 text-yellow-800 px-3 py-2 rounded-lg text-sm font-medium">
|
248 |
+
Binance
|
249 |
+
</button>
|
250 |
+
</div>
|
251 |
+
</div>
|
252 |
+
</div>
|
253 |
+
</section>
|
254 |
+
|
255 |
+
<!-- More Button -->
|
256 |
+
<div class="text-center mt-10">
|
257 |
+
<button id="loadMore" class="bg-gradient-to-r from-blue-500 to-purple-500 hover:from-blue-600 hover:to-purple-600 text-white px-6 py-3 rounded-full font-semibold shadow-lg">
|
258 |
+
<i class="fas fa-plus-circle mr-2"></i> Charger plus de boutons
|
259 |
+
</button>
|
260 |
+
</div>
|
261 |
+
</main>
|
262 |
+
|
263 |
+
<!-- Footer -->
|
264 |
+
<footer class="bg-gray-800 text-white py-8">
|
265 |
+
<div class="container mx-auto px-4">
|
266 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
267 |
+
<div class="mb-4 md:mb-0">
|
268 |
+
<div class="flex items-center">
|
269 |
+
<i class="fas fa-bolt text-2xl mr-2 text-yellow-300"></i>
|
270 |
+
<span class="text-xl font-bold">AutoButtons</span>
|
271 |
+
</div>
|
272 |
+
<p class="text-gray-400 mt-2">Des millions de boutons à portée de clic</p>
|
273 |
+
</div>
|
274 |
+
<div class="flex space-x-4">
|
275 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
276 |
+
<i class="fab fa-facebook-f"></i>
|
277 |
+
</a>
|
278 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
279 |
+
<i class="fab fa-twitter"></i>
|
280 |
+
</a>
|
281 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
282 |
+
<i class="fab fa-instagram"></i>
|
283 |
+
</a>
|
284 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
285 |
+
<i class="fab fa-github"></i>
|
286 |
+
</a>
|
287 |
+
</div>
|
288 |
+
</div>
|
289 |
+
<div class="border-t border-gray-700 mt-6 pt-6 text-center text-gray-400">
|
290 |
+
<p>© 2023 AutoButtons. Tous droits réservés.</p>
|
291 |
+
</div>
|
292 |
+
</div>
|
293 |
+
</footer>
|
294 |
+
|
295 |
+
<script>
|
296 |
+
// Fonction pour ouvrir une nouvelle fenêtre
|
297 |
+
function openNewWindow(domain) {
|
298 |
+
// Simulation d'ouverture dans une nouvelle fenêtre
|
299 |
+
alert(`Ouverture de ${domain} dans une nouvelle fenêtre...`);
|
300 |
+
// En production, vous utiliseriez: window.open(`https://www.${domain.toLowerCase()}.com`, '_blank');
|
301 |
+
}
|
302 |
+
|
303 |
+
// Générateur de boutons dynamiques
|
304 |
+
document.getElementById('loadMore').addEventListener('click', function() {
|
305 |
+
const categories = ['Santé', 'Éducation', 'Sport', 'Nourriture', 'Mode', 'Jeux', 'Musique', 'Actualités'];
|
306 |
+
const domains = {
|
307 |
+
'Santé': ['WebMD', 'MayoClinic', 'Healthline', 'Medscape', 'NIH', 'WHO'],
|
308 |
+
'Éducation': ['Coursera', 'KhanAcademy', 'edX', 'Udemy', 'Duolingo', 'Skillshare'],
|
309 |
+
'Sport': ['ESPN', 'NBA', 'NFL', 'FIFA', 'UFC', 'Olympics'],
|
310 |
+
'Nourriture': ['AllRecipes', 'FoodNetwork', 'Yummly', 'Delish', 'BonAppetit', 'SeriousEats'],
|
311 |
+
'Mode': ['Vogue', 'GQ', 'HarpersBazaar', 'Elle', 'Refinery29', 'WhoWhatWear'],
|
312 |
+
'Jeux': ['Steam', 'EpicGames', 'Xbox', 'PlayStation', 'Nintendo', 'Ubisoft'],
|
313 |
+
'Musique': ['SoundCloud', 'Bandcamp', 'Pandora', 'Deezer', 'Tidal', 'AppleMusic'],
|
314 |
+
'Actualités': ['BBC', 'CNN', 'Reuters', 'AP', 'AlJazeera', 'TheGuardian']
|
315 |
+
};
|
316 |
+
|
317 |
+
const main = document.querySelector('main');
|
318 |
+
const newSection = document.createElement('section');
|
319 |
+
newSection.className = 'mt-8';
|
320 |
+
newSection.innerHTML = `
|
321 |
+
<h2 class="text-2xl font-bold mb-6 text-gray-800">Plus de Domaines</h2>
|
322 |
+
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
|
323 |
+
${categories.map(cat => `
|
324 |
+
<div class="category-card bg-white rounded-xl shadow-md overflow-hidden">
|
325 |
+
<div class="bg-gradient-to-r from-${getRandomColor()}-500 to-${getRandomColor()}-500 p-4 text-white">
|
326 |
+
<div class="flex items-center">
|
327 |
+
<i class="fas fa-${getRandomIcon(cat)} text-2xl mr-3"></i>
|
328 |
+
<h3 class="text-xl font-bold">${cat}</h3>
|
329 |
+
</div>
|
330 |
+
</div>
|
331 |
+
<div class="p-4 grid grid-cols-2 gap-3">
|
332 |
+
${domains[cat].map(domain => `
|
333 |
+
<button onclick="openNewWindow('${domain}')" class="domain-btn bg-${getRandomColor()}-100 hover:bg-${getRandomColor()}-200 text-${getRandomColor()}-800 px-3 py-2 rounded-lg text-sm font-medium">
|
334 |
+
${domain}
|
335 |
+
</button>
|
336 |
+
`).join('')}
|
337 |
+
</div>
|
338 |
+
</div>
|
339 |
+
`).join('')}
|
340 |
+
</div>
|
341 |
+
`;
|
342 |
+
|
343 |
+
main.insertBefore(newSection, document.querySelector('footer'));
|
344 |
+
this.textContent = 'Encore plus de boutons!';
|
345 |
+
});
|
346 |
+
|
347 |
+
function getRandomColor() {
|
348 |
+
const colors = ['blue', 'green', 'red', 'yellow', 'indigo', 'purple', 'pink', 'gray'];
|
349 |
+
return colors[Math.floor(Math.random() * colors.length)];
|
350 |
+
}
|
351 |
+
|
352 |
+
function getRandomIcon(category) {
|
353 |
+
const icons = {
|
354 |
+
'Santé': 'heartbeat',
|
355 |
+
'Éducation': 'graduation-cap',
|
356 |
+
'Sport': 'running',
|
357 |
+
'Nourriture': 'utensils',
|
358 |
+
'Mode': 'tshirt',
|
359 |
+
'Jeux': 'gamepad',
|
360 |
+
'Musique': 'music',
|
361 |
+
'Actualités': 'newspaper'
|
362 |
+
};
|
363 |
+
return icons[category] || 'star';
|
364 |
+
}
|
365 |
+
</script>
|
366 |
+
<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/auto-buttons" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
367 |
+
</html>
|
prompts.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Marketplace d'IA le plus avancé au monde Vous devez vous abonner pour accéder à nos services IA S'ABONNER MAINTENANT ADMIN LOGIN MARKETPLACE DE SERVICES IA .900000bouton reel pret a etre utiliser de suite
|
2 |
+
activer tioutes les service en automatique
|
3 |
+
activer toutes les services en automatique
|
4 |
+
je veux le plus grog plate forme de genérateur de site de cours en ligne par descrition avec : un tableau de bord personnel pour entrer mes information de paiement paypal , stripe etc.. pour etre payer je veux que moi seul a acces a se tableau be bors , acces interdit au autres il devront payer un abonnement il auront un autre tableau de bord pour eux , mais pas les mêmes,,
|
5 |
+
activer toutes les buton en auto
|
6 |
+
je veux tout soit creer en automatique
|
7 |
+
createur de site de films de streaming en 10 seconde
|
8 |
+
je veux un site de 789789789 bouton automatique dans toutes domaine et ouver chaque fois qu'on clique dans une nouvelle fenetre
|