Biebe commited on
Commit
948591b
·
verified ·
1 Parent(s): 3ed9157

Crée moi une compte tiktok monétiser avec le nom bieber44 prêt à utiliser pour de vrai - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +374 -98
index.html CHANGED
@@ -3,71 +3,182 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>bieber44 | TikTok Monetisé</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;500;600;700&display=swap');
11
 
12
- body {
13
- font-family: 'Poppins', sans-serif;
14
- background-color: #f8f9fa;
15
- }
16
-
17
  .profile-pic {
18
- border: 4px solid #25F4EE;
19
- box-shadow: 0 0 15px rgba(37, 244, 238, 0.5);
20
- transition: transform 0.3s;
 
21
  }
22
 
23
  .profile-pic:hover {
24
- transform: scale(1.05);
 
25
  }
26
 
27
  .tiktok-btn {
28
  background: linear-gradient(90deg, #25F4EE, #FE2C55);
29
  transition: all 0.3s;
 
30
  }
31
 
32
  .tiktok-btn:hover {
33
- transform: translateY(-2px);
34
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
35
  }
36
 
37
  .stat-card {
38
  transition: all 0.3s;
 
 
 
39
  }
40
 
41
  .stat-card:hover {
42
- transform: translateY(-5px);
43
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
44
  }
45
 
46
  .video-thumbnail {
47
  transition: all 0.3s;
 
 
48
  }
49
 
50
  .video-thumbnail:hover {
51
  transform: scale(1.03);
52
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  }
54
  </style>
55
  </head>
56
- <body class="min-h-screen">
 
 
 
 
 
57
  <!-- Header -->
58
- <header class="bg-white shadow-sm">
59
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
60
  <div class="flex items-center space-x-2">
61
- <i class="fab fa-tiktok text-2xl text-black"></i>
 
 
62
  <span class="font-bold text-lg">TikTok</span>
63
  </div>
64
  <div class="flex items-center space-x-4">
65
- <button class="px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
66
- <i class="fas fa-search"></i>
67
  </button>
68
- <button class="px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
69
- <i class="fas fa-bell"></i>
70
  </button>
 
 
 
 
 
71
  </div>
72
  </div>
73
  </header>
@@ -81,8 +192,10 @@
81
  <img src="https://images.unsplash.com/photo-1528892952291-009c663ce843?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&h=400&q=80"
82
  alt="bieber44 profile"
83
  class="w-32 h-32 md:w-40 md:h-40 rounded-full profile-pic object-cover">
84
- <div class="absolute bottom-0 right-0 bg-white rounded-full p-1 shadow-md">
85
- <i class="fas fa-camera text-gray-600"></i>
 
 
86
  </div>
87
  </div>
88
 
@@ -90,43 +203,48 @@
90
  <div class="flex-1 text-center md:text-left">
91
  <div class="flex flex-col md:flex-row md:items-center justify-between mb-4 gap-4">
92
  <div>
93
- <h1 class="text-2xl font-bold">@bieber44</h1>
 
 
 
 
 
94
  <p class="text-gray-600">Créateur de contenu • Style & Coiffure</p>
95
  </div>
96
  <div class="flex space-x-3 justify-center md:justify-start">
97
- <button class="px-6 py-2 rounded-full tiktok-btn text-white font-medium">
98
  <i class="fas fa-plus mr-2"></i>Suivre
99
  </button>
100
- <button class="px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
101
- <i class="fas fa-ellipsis-h"></i>
102
  </button>
103
  </div>
104
  </div>
105
 
106
  <div class="flex justify-center md:justify-start space-x-6 mb-4">
107
  <div class="text-center">
108
- <p class="font-bold">1.2M</p>
109
  <p class="text-gray-600 text-sm">Abonnés</p>
110
  </div>
111
  <div class="text-center">
112
- <p class="font-bold">24.5M</p>
113
  <p class="text-gray-600 text-sm">J'aime</p>
114
  </div>
115
  <div class="text-center">
116
- <p class="font-bold">1,543</p>
117
  <p class="text-gray-600 text-sm">Suivis</p>
118
  </div>
119
  </div>
120
 
121
- <div class="mb-4">
122
- <p class="text-gray-800"> Spécialiste en transformations capillaires</p>
123
- <p class="text-gray-800">💈 Coiffeur professionnel | Créateur de tendances</p>
124
- <p class="text-gray-800">💰 Compte monétisé | Collabs: DM</p>
125
  </div>
126
 
127
  <div class="flex items-center justify-center md:justify-start space-x-2 text-gray-600">
128
- <i class="fas fa-link"></i>
129
- <a href="#" class="text-blue-500 hover:underline">lientr.im/bieber44</a>
130
  </div>
131
  </div>
132
  </div>
@@ -134,69 +252,108 @@
134
  </section>
135
 
136
  <!-- Monetization Badge -->
137
- <section class="bg-gradient-to-r from-blue-400 to-purple-500 py-4 px-4 text-white">
138
  <div class="container mx-auto max-w-4xl flex items-center justify-between">
139
  <div class="flex items-center space-x-3">
140
- <i class="fas fa-badge-check text-xl"></i>
 
 
141
  <div>
142
- <p class="font-bold">Compte Monétisé</p>
143
  <p class="text-sm opacity-90">Ce créateur gagne de l'argent sur TikTok</p>
144
  </div>
145
  </div>
146
- <button class="px-4 py-2 bg-white text-purple-600 rounded-full font-medium hover:bg-gray-100 transition">
147
- En savoir plus
148
  </button>
149
  </div>
150
  </section>
151
 
 
 
 
 
 
 
 
 
 
 
152
  <!-- Stats Section -->
153
  <section class="py-8 px-4">
154
  <div class="container mx-auto max-w-4xl">
155
- <h2 class="text-xl font-bold mb-6">Statistiques du compte</h2>
 
 
 
 
 
 
156
  <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
157
  <!-- Stat Card 1 -->
158
- <div class="bg-white p-6 rounded-xl shadow-sm stat-card">
159
  <div class="flex items-center justify-between mb-3">
160
  <h3 class="font-medium text-gray-700">Vues totales</h3>
161
- <i class="fas fa-eye text-blue-500"></i>
 
 
162
  </div>
163
  <p class="text-3xl font-bold">48.7M</p>
164
- <p class="text-green-500 text-sm mt-2">↑ 12% ce mois-ci</p>
 
 
 
 
 
165
  </div>
166
 
167
  <!-- Stat Card 2 -->
168
- <div class="bg-white p-6 rounded-xl shadow-sm stat-card">
169
  <div class="flex items-center justify-between mb-3">
170
- <h3 class="font-medium text-gray-700">Revenus estimés</h3>
171
- <i class="fas fa-dollar-sign text-green-500"></i>
 
 
172
  </div>
173
  <p class="text-3xl font-bold">$3,240</p>
174
- <p class="text-green-500 text-sm mt-2">↑ 8% ce mois-ci</p>
 
 
 
 
 
175
  </div>
176
 
177
  <!-- Stat Card 3 -->
178
- <div class="bg-white p-6 rounded-xl shadow-sm stat-card">
179
  <div class="flex items-center justify-between mb-3">
180
- <h3 class="font-medium text-gray-700">Taux d'engagement</h3>
181
- <i class="fas fa-heart text-red-500"></i>
 
 
182
  </div>
183
  <p class="text-3xl font-bold">9.8%</p>
184
- <p class="text-green-500 text-sm mt-2">↑ 1.2% ce mois-ci</p>
 
 
 
 
 
185
  </div>
186
  </div>
187
  </div>
188
  </section>
189
 
190
  <!-- Videos Section -->
191
- <section class="py-8 px-4 bg-gray-50">
192
  <div class="container mx-auto max-w-4xl">
193
  <div class="flex justify-between items-center mb-6">
194
- <h2 class="text-xl font-bold">Mes vidéos</h2>
195
  <div class="flex space-x-2">
196
- <button class="px-4 py-2 bg-white rounded-full shadow-sm hover:bg-gray-100 transition">
197
  <i class="fas fa-filter mr-2"></i>Filtrer
198
  </button>
199
- <button class="px-4 py-2 bg-white rounded-full shadow-sm hover:bg-gray-100 transition">
200
  <i class="fas fa-sort mr-2"></i>Trier
201
  </button>
202
  </div>
@@ -204,7 +361,7 @@
204
 
205
  <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4">
206
  <!-- Video 1 -->
207
- <div class="bg-white rounded-xl overflow-hidden shadow-sm video-thumbnail">
208
  <div class="relative">
209
  <img src="https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&h=800&q=80"
210
  alt="Transformation capillaire"
@@ -212,6 +369,12 @@
212
  <div class="absolute bottom-2 left-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-sm">
213
  3:24
214
  </div>
 
 
 
 
 
 
215
  </div>
216
  <div class="p-3">
217
  <h3 class="font-medium mb-1">Transformation incroyable !</h3>
@@ -223,7 +386,7 @@
223
  </div>
224
 
225
  <!-- Video 2 -->
226
- <div class="bg-white rounded-xl overflow-hidden shadow-sm video-thumbnail">
227
  <div class="relative">
228
  <img src="https://images.unsplash.com/photo-1519699047748-de8e457a634e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&h=800&q=80"
229
  alt="Tutoriel coiffure"
@@ -231,6 +394,12 @@
231
  <div class="absolute bottom-2 left-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-sm">
232
  2:45
233
  </div>
 
 
 
 
 
 
234
  </div>
235
  <div class="p-3">
236
  <h3 class="font-medium mb-1">Tuto coiffure homme</h3>
@@ -242,7 +411,7 @@
242
  </div>
243
 
244
  <!-- Video 3 -->
245
- <div class="bg-white rounded-xl overflow-hidden shadow-sm video-thumbnail">
246
  <div class="relative">
247
  <img src="https://images.unsplash.com/photo-1580489944761-15a19d654956?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&h=800&q=80"
248
  alt="Avant/Après"
@@ -250,6 +419,12 @@
250
  <div class="absolute bottom-2 left-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-sm">
251
  1:58
252
  </div>
 
 
 
 
 
 
253
  </div>
254
  <div class="p-3">
255
  <h3 class="font-medium mb-1">Avant/Après choquant</h3>
@@ -261,9 +436,9 @@
261
  </div>
262
  </div>
263
 
264
- <div class="mt-6 text-center">
265
- <button class="px-6 py-2 bg-white rounded-full shadow-sm hover:bg-gray-100 transition font-medium">
266
- Voir plus de vidéos
267
  </button>
268
  </div>
269
  </div>
@@ -272,31 +447,84 @@
272
  <!-- Sponsors Section -->
273
  <section class="py-8 px-4">
274
  <div class="container mx-auto max-w-4xl">
275
- <h2 class="text-xl font-bold mb-6">Partenariats</h2>
276
  <div class="bg-white p-6 rounded-xl shadow-sm">
277
  <div class="flex flex-col md:flex-row items-center justify-between mb-4">
278
- <h3 class="font-medium text-lg">Marques collaboratrices</h3>
279
- <button class="px-4 py-2 bg-gray-100 rounded-full text-sm hover:bg-gray-200 transition mt-2 md:mt-0">
 
 
 
280
  <i class="fas fa-plus mr-2"></i>Proposer un partenariat
281
  </button>
282
  </div>
283
 
284
  <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 mt-6">
285
- <div class="flex flex-col items-center p-3 border rounded-lg hover:bg-gray-50 transition cursor-pointer">
286
- <img src="https://via.placeholder.com/80x80" alt="L'Oréal" class="w-16 h-16 object-contain mb-2">
287
- <span class="text-sm font-medium">L'Oréal</span>
288
  </div>
289
- <div class="flex flex-col items-center p-3 border rounded-lg hover:bg-gray-50 transition cursor-pointer">
290
- <img src="https://via.placeholder.com/80x80" alt="Schwarzkopf" class="w-16 h-16 object-contain mb-2">
291
- <span class="text-sm font-medium">Schwarzkopf</span>
292
  </div>
293
- <div class="flex flex-col items-center p-3 border rounded-lg hover:bg-gray-50 transition cursor-pointer">
294
- <img src="https://via.placeholder.com/80x80" alt="Dyson" class="w-16 h-16 object-contain mb-2">
295
- <span class="text-sm font-medium">Dyson</span>
296
  </div>
297
- <div class="flex flex-col items-center p-3 border rounded-lg hover:bg-gray-50 transition cursor-pointer">
298
- <img src="https://via.placeholder.com/80x80" alt="Wahl" class="w-16 h-16 object-contain mb-2">
299
- <span class="text-sm font-medium">Wahl</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
  </div>
301
  </div>
302
  </div>
@@ -304,51 +532,99 @@
304
  </section>
305
 
306
  <!-- Footer -->
307
- <footer class="bg-gray-900 text-white py-8 px-4">
308
  <div class="container mx-auto max-w-4xl">
309
  <div class="flex flex-col md:flex-row justify-between items-center">
310
  <div class="mb-4 md:mb-0">
311
  <div class="flex items-center space-x-2">
312
- <i class="fab fa-tiktok text-2xl"></i>
 
 
313
  <span class="font-bold">@bieber44</span>
314
  </div>
315
  <p class="text-gray-400 mt-2">Créateur de contenu • Style & Coiffure</p>
316
  </div>
317
 
318
  <div class="flex space-x-6">
319
- <a href="#" class="hover:text-blue-400 transition"><i class="fab fa-instagram text-xl"></i></a>
320
- <a href="#" class="hover:text-blue-400 transition"><i class="fab fa-youtube text-xl"></i></a>
321
- <a href="#" class="hover:text-blue-400 transition"><i class="fab fa-twitter text-xl"></i></a>
322
- <a href="#" class="hover:text-blue-400 transition"><i class="fas fa-envelope text-xl"></i></a>
 
 
 
 
 
 
 
 
323
  </div>
324
  </div>
325
 
326
  <div class="border-t border-gray-800 mt-6 pt-6 text-center text-gray-400 text-sm">
327
  <p>© 2023 bieber44. Tous droits réservés.</p>
328
- <p class="mt-2">Compte TikTok monétisé - Revenus estimés: $3,240/mois</p>
329
  </div>
330
  </div>
331
  </footer>
332
 
333
  <script>
334
  // Animation for monetization badge
335
- const monetizationBadge = document.querySelector('.bg-gradient-to-r');
336
-
337
- setInterval(() => {
338
- monetizationBadge.classList.toggle('from-blue-400');
339
- monetizationBadge.classList.toggle('from-purple-500');
340
- monetizationBadge.classList.toggle('to-purple-500');
341
- monetizationBadge.classList.toggle('to-blue-400');
342
- }, 3000);
343
 
344
  // Simulate follower count increase
345
- const followerCount = document.querySelectorAll('.text-center')[0].querySelector('p');
346
  let count = 1200000;
347
 
348
  setInterval(() => {
349
- count += Math.floor(Math.random() * 10);
350
- followerCount.textContent = (count / 1000).toFixed(1) + 'K';
351
- }, 5000);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  </script>
353
  <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=Biebe/https-enzostvs-deepsite-hf-space-projects-new" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
354
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>bieber44 | TikTok Monetisé Pro</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
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ tiktok: {
15
+ primary: '#25F4EE',
16
+ secondary: '#FE2C55',
17
+ dark: '#010101',
18
+ light: '#F8F9FA'
19
+ }
20
+ },
21
+ fontFamily: {
22
+ sans: ['Poppins', 'sans-serif']
23
+ }
24
+ }
25
+ }
26
+ }
27
+ </script>
28
  <style>
29
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
30
 
 
 
 
 
 
31
  .profile-pic {
32
+ border: 4px solid;
33
+ border-image: linear-gradient(45deg, #25F4EE, #FE2C55) 1;
34
+ box-shadow: 0 10px 25px rgba(37, 244, 238, 0.3);
35
+ transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
36
  }
37
 
38
  .profile-pic:hover {
39
+ transform: scale(1.05) rotate(5deg);
40
+ box-shadow: 0 15px 30px rgba(37, 244, 238, 0.4);
41
  }
42
 
43
  .tiktok-btn {
44
  background: linear-gradient(90deg, #25F4EE, #FE2C55);
45
  transition: all 0.3s;
46
+ box-shadow: 0 4px 15px rgba(37, 244, 238, 0.3);
47
  }
48
 
49
  .tiktok-btn:hover {
50
+ transform: translateY(-3px);
51
+ box-shadow: 0 8px 25px rgba(37, 244, 238, 0.4);
52
  }
53
 
54
  .stat-card {
55
  transition: all 0.3s;
56
+ background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(248,249,250,0.9) 100%);
57
+ backdrop-filter: blur(5px);
58
+ border: 1px solid rgba(255,255,255,0.2);
59
  }
60
 
61
  .stat-card:hover {
62
+ transform: translateY(-8px);
63
+ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
64
  }
65
 
66
  .video-thumbnail {
67
  transition: all 0.3s;
68
+ position: relative;
69
+ overflow: hidden;
70
  }
71
 
72
  .video-thumbnail:hover {
73
  transform: scale(1.03);
74
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
75
+ }
76
+
77
+ .video-thumbnail::before {
78
+ content: '';
79
+ position: absolute;
80
+ top: 0;
81
+ left: 0;
82
+ width: 100%;
83
+ height: 100%;
84
+ background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
85
+ opacity: 0;
86
+ transition: opacity 0.3s;
87
+ }
88
+
89
+ .video-thumbnail:hover::before {
90
+ opacity: 1;
91
+ }
92
+
93
+ .monetization-badge {
94
+ animation: gradientPulse 5s ease infinite;
95
+ background-size: 200% 200%;
96
+ }
97
+
98
+ @keyframes gradientPulse {
99
+ 0% { background-position: 0% 50%; }
100
+ 50% { background-position: 100% 50%; }
101
+ 100% { background-position: 0% 50%; }
102
+ }
103
+
104
+ .sponsor-logo {
105
+ transition: all 0.3s;
106
+ filter: grayscale(100%);
107
+ opacity: 0.8;
108
+ }
109
+
110
+ .sponsor-logo:hover {
111
+ filter: grayscale(0%);
112
+ opacity: 1;
113
+ transform: scale(1.05);
114
+ }
115
+
116
+ .floating-action-btn {
117
+ position: fixed;
118
+ bottom: 30px;
119
+ right: 30px;
120
+ width: 60px;
121
+ height: 60px;
122
+ border-radius: 50%;
123
+ background: linear-gradient(135deg, #25F4EE, #FE2C55);
124
+ color: white;
125
+ display: flex;
126
+ justify-content: center;
127
+ align-items: center;
128
+ box-shadow: 0 10px 25px rgba(37, 244, 238, 0.4);
129
+ z-index: 50;
130
+ transition: all 0.3s;
131
+ }
132
+
133
+ .floating-action-btn:hover {
134
+ transform: scale(1.1) rotate(15deg);
135
+ }
136
+
137
+ .tab-active {
138
+ position: relative;
139
+ color: black;
140
+ font-weight: 600;
141
+ }
142
+
143
+ .tab-active::after {
144
+ content: '';
145
+ position: absolute;
146
+ bottom: -8px;
147
+ left: 0;
148
+ width: 100%;
149
+ height: 3px;
150
+ background: linear-gradient(90deg, #25F4EE, #FE2C55);
151
+ border-radius: 3px;
152
  }
153
  </style>
154
  </head>
155
+ <body class="min-h-screen bg-tiktok-light font-sans">
156
+ <!-- Floating Action Button -->
157
+ <div class="floating-action-btn cursor-pointer">
158
+ <i class="fab fa-tiktok text-2xl"></i>
159
+ </div>
160
+
161
  <!-- Header -->
162
+ <header class="bg-white shadow-sm sticky top-0 z-40">
163
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
164
  <div class="flex items-center space-x-2">
165
+ <div class="w-8 h-8 rounded-full bg-gradient-to-r from-tiktok-primary to-tiktok-secondary flex items-center justify-center">
166
+ <i class="fab fa-tiktok text-white text-sm"></i>
167
+ </div>
168
  <span class="font-bold text-lg">TikTok</span>
169
  </div>
170
  <div class="flex items-center space-x-4">
171
+ <button class="w-10 h-10 rounded-full bg-gray-100 hover:bg-gray-200 transition flex items-center justify-center">
172
+ <i class="fas fa-search text-gray-600"></i>
173
  </button>
174
+ <button class="w-10 h-10 rounded-full bg-gray-100 hover:bg-gray-200 transition flex items-center justify-center">
175
+ <i class="fas fa-bell text-gray-600"></i>
176
  </button>
177
+ <div class="w-8 h-8 rounded-full overflow-hidden">
178
+ <img src="https://images.unsplash.com/photo-1528892952291-009c663ce843?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=100&h=100&q=80"
179
+ alt="User"
180
+ class="w-full h-full object-cover">
181
+ </div>
182
  </div>
183
  </div>
184
  </header>
 
192
  <img src="https://images.unsplash.com/photo-1528892952291-009c663ce843?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&h=400&q=80"
193
  alt="bieber44 profile"
194
  class="w-32 h-32 md:w-40 md:h-40 rounded-full profile-pic object-cover">
195
+ <div class="absolute -bottom-2 -right-2 bg-white rounded-full p-2 shadow-lg border-2 border-white">
196
+ <div class="w-8 h-8 rounded-full bg-gradient-to-r from-tiktok-primary to-tiktok-secondary flex items-center justify-center">
197
+ <i class="fas fa-camera text-white text-sm"></i>
198
+ </div>
199
  </div>
200
  </div>
201
 
 
203
  <div class="flex-1 text-center md:text-left">
204
  <div class="flex flex-col md:flex-row md:items-center justify-between mb-4 gap-4">
205
  <div>
206
+ <div class="flex items-center justify-center md:justify-start space-x-2">
207
+ <h1 class="text-2xl font-bold">@bieber44</h1>
208
+ <div class="w-5 h-5 rounded-full bg-blue-500 flex items-center justify-center">
209
+ <i class="fas fa-check text-white text-xs"></i>
210
+ </div>
211
+ </div>
212
  <p class="text-gray-600">Créateur de contenu • Style & Coiffure</p>
213
  </div>
214
  <div class="flex space-x-3 justify-center md:justify-start">
215
+ <button class="px-6 py-2 rounded-full tiktok-btn text-white font-medium flex items-center">
216
  <i class="fas fa-plus mr-2"></i>Suivre
217
  </button>
218
+ <button class="w-10 h-10 rounded-full bg-gray-100 hover:bg-gray-200 transition flex items-center justify-center">
219
+ <i class="fas fa-ellipsis-h text-gray-600"></i>
220
  </button>
221
  </div>
222
  </div>
223
 
224
  <div class="flex justify-center md:justify-start space-x-6 mb-4">
225
  <div class="text-center">
226
+ <p class="font-bold text-xl" id="followerCount">1.2M</p>
227
  <p class="text-gray-600 text-sm">Abonnés</p>
228
  </div>
229
  <div class="text-center">
230
+ <p class="font-bold text-xl">24.5M</p>
231
  <p class="text-gray-600 text-sm">J'aime</p>
232
  </div>
233
  <div class="text-center">
234
+ <p class="font-bold text-xl">1,543</p>
235
  <p class="text-gray-600 text-sm">Suivis</p>
236
  </div>
237
  </div>
238
 
239
+ <div class="mb-4 bg-white/80 p-4 rounded-lg shadow-sm">
240
+ <p class="text-gray-800 flex items-center"><i class="fas fa-sparkle text-yellow-400 mr-2"></i> Spécialiste en transformations capillaires</p>
241
+ <p class="text-gray-800 flex items-center"><i class="fas fa-scissors text-blue-500 mr-2"></i> Coiffeur professionnel | Créateur de tendances</p>
242
+ <p class="text-gray-800 flex items-center"><i class="fas fa-coins text-green-500 mr-2"></i> Compte monétisé | Collabs: DM</p>
243
  </div>
244
 
245
  <div class="flex items-center justify-center md:justify-start space-x-2 text-gray-600">
246
+ <i class="fas fa-link text-blue-400"></i>
247
+ <a href="#" class="text-blue-500 hover:underline font-medium">lientr.im/bieber44</a>
248
  </div>
249
  </div>
250
  </div>
 
252
  </section>
253
 
254
  <!-- Monetization Badge -->
255
+ <section class="monetization-badge bg-gradient-to-r from-tiktok-primary to-tiktok-secondary py-4 px-4 text-white">
256
  <div class="container mx-auto max-w-4xl flex items-center justify-between">
257
  <div class="flex items-center space-x-3">
258
+ <div class="w-10 h-10 rounded-full bg-white/20 flex items-center justify-center">
259
+ <i class="fas fa-badge-check text-xl"></i>
260
+ </div>
261
  <div>
262
+ <p class="font-bold">Compte Monétisé PRO</p>
263
  <p class="text-sm opacity-90">Ce créateur gagne de l'argent sur TikTok</p>
264
  </div>
265
  </div>
266
+ <button class="px-4 py-2 bg-white text-tiktok-secondary rounded-full font-medium hover:bg-gray-100 transition flex items-center">
267
+ <i class="fas fa-chart-line mr-2"></i> Stats
268
  </button>
269
  </div>
270
  </section>
271
 
272
+ <!-- Tabs Navigation -->
273
+ <div class="container mx-auto max-w-4xl px-4 mt-6">
274
+ <div class="flex space-x-8 border-b">
275
+ <button class="tab-active pb-3">Contenu</button>
276
+ <button class="text-gray-500 pb-3 hover:text-black transition">À propos</button>
277
+ <button class="text-gray-500 pb-3 hover:text-black transition">Statistiques</button>
278
+ <button class="text-gray-500 pb-3 hover:text-black transition">Partenariats</button>
279
+ </div>
280
+ </div>
281
+
282
  <!-- Stats Section -->
283
  <section class="py-8 px-4">
284
  <div class="container mx-auto max-w-4xl">
285
+ <div class="flex justify-between items-center mb-6">
286
+ <h2 class="text-xl font-bold">Performances du compte</h2>
287
+ <div class="flex items-center space-x-2">
288
+ <span class="text-sm text-gray-500">Mois en cours</span>
289
+ <i class="fas fa-chevron-down text-xs text-gray-500"></i>
290
+ </div>
291
+ </div>
292
  <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
293
  <!-- Stat Card 1 -->
294
+ <div class="stat-card p-6 rounded-xl shadow-sm">
295
  <div class="flex items-center justify-between mb-3">
296
  <h3 class="font-medium text-gray-700">Vues totales</h3>
297
+ <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center">
298
+ <i class="fas fa-eye text-blue-500"></i>
299
+ </div>
300
  </div>
301
  <p class="text-3xl font-bold">48.7M</p>
302
+ <div class="flex items-center mt-2">
303
+ <div class="w-3 h-3 rounded-full bg-green-500 mr-2 flex items-center justify-center">
304
+ <i class="fas fa-arrow-up text-white text-xs"></i>
305
+ </div>
306
+ <p class="text-green-500 text-sm">12% ce mois-ci</p>
307
+ </div>
308
  </div>
309
 
310
  <!-- Stat Card 2 -->
311
+ <div class="stat-card p-6 rounded-xl shadow-sm">
312
  <div class="flex items-center justify-between mb-3">
313
+ <h3 class="font-medium text-gray-700">Revenus</h3>
314
+ <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center">
315
+ <i class="fas fa-dollar-sign text-green-500"></i>
316
+ </div>
317
  </div>
318
  <p class="text-3xl font-bold">$3,240</p>
319
+ <div class="flex items-center mt-2">
320
+ <div class="w-3 h-3 rounded-full bg-green-500 mr-2 flex items-center justify-center">
321
+ <i class="fas fa-arrow-up text-white text-xs"></i>
322
+ </div>
323
+ <p class="text-green-500 text-sm">8% ce mois-ci</p>
324
+ </div>
325
  </div>
326
 
327
  <!-- Stat Card 3 -->
328
+ <div class="stat-card p-6 rounded-xl shadow-sm">
329
  <div class="flex items-center justify-between mb-3">
330
+ <h3 class="font-medium text-gray-700">Engagement</h3>
331
+ <div class="w-10 h-10 rounded-full bg-red-100 flex items-center justify-center">
332
+ <i class="fas fa-heart text-red-500"></i>
333
+ </div>
334
  </div>
335
  <p class="text-3xl font-bold">9.8%</p>
336
+ <div class="flex items-center mt-2">
337
+ <div class="w-3 h-3 rounded-full bg-green-500 mr-2 flex items-center justify-center">
338
+ <i class="fas fa-arrow-up text-white text-xs"></i>
339
+ </div>
340
+ <p class="text-green-500 text-sm">1.2% ce mois-ci</p>
341
+ </div>
342
  </div>
343
  </div>
344
  </div>
345
  </section>
346
 
347
  <!-- Videos Section -->
348
+ <section class="py-8 px-4 bg-gray-50/50">
349
  <div class="container mx-auto max-w-4xl">
350
  <div class="flex justify-between items-center mb-6">
351
+ <h2 class="text-xl font-bold">Vidéos populaires</h2>
352
  <div class="flex space-x-2">
353
+ <button class="px-4 py-2 bg-white rounded-full shadow-sm hover:bg-gray-100 transition flex items-center">
354
  <i class="fas fa-filter mr-2"></i>Filtrer
355
  </button>
356
+ <button class="px-4 py-2 bg-white rounded-full shadow-sm hover:bg-gray-100 transition flex items-center">
357
  <i class="fas fa-sort mr-2"></i>Trier
358
  </button>
359
  </div>
 
361
 
362
  <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4">
363
  <!-- Video 1 -->
364
+ <div class="video-thumbnail bg-white rounded-xl overflow-hidden shadow-sm cursor-pointer">
365
  <div class="relative">
366
  <img src="https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&h=800&q=80"
367
  alt="Transformation capillaire"
 
369
  <div class="absolute bottom-2 left-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-sm">
370
  3:24
371
  </div>
372
+ <div class="absolute top-2 right-2 flex flex-col items-center space-y-1">
373
+ <div class="w-8 h-8 bg-black bg-opacity-60 rounded-full flex items-center justify-center">
374
+ <i class="fas fa-heart text-white text-sm"></i>
375
+ </div>
376
+ <span class="text-xs text-white bg-black bg-opacity-60 px-1 rounded">1.2M</span>
377
+ </div>
378
  </div>
379
  <div class="p-3">
380
  <h3 class="font-medium mb-1">Transformation incroyable !</h3>
 
386
  </div>
387
 
388
  <!-- Video 2 -->
389
+ <div class="video-thumbnail bg-white rounded-xl overflow-hidden shadow-sm cursor-pointer">
390
  <div class="relative">
391
  <img src="https://images.unsplash.com/photo-1519699047748-de8e457a634e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&h=800&q=80"
392
  alt="Tutoriel coiffure"
 
394
  <div class="absolute bottom-2 left-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-sm">
395
  2:45
396
  </div>
397
+ <div class="absolute top-2 right-2 flex flex-col items-center space-y-1">
398
+ <div class="w-8 h-8 bg-black bg-opacity-60 rounded-full flex items-center justify-center">
399
+ <i class="fas fa-heart text-white text-sm"></i>
400
+ </div>
401
+ <span class="text-xs text-white bg-black bg-opacity-60 px-1 rounded">856K</span>
402
+ </div>
403
  </div>
404
  <div class="p-3">
405
  <h3 class="font-medium mb-1">Tuto coiffure homme</h3>
 
411
  </div>
412
 
413
  <!-- Video 3 -->
414
+ <div class="video-thumbnail bg-white rounded-xl overflow-hidden shadow-sm cursor-pointer">
415
  <div class="relative">
416
  <img src="https://images.unsplash.com/photo-1580489944761-15a19d654956?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&h=800&q=80"
417
  alt="Avant/Après"
 
419
  <div class="absolute bottom-2 left-2 bg-black bg-opacity-60 text-white px-2 py-1 rounded text-sm">
420
  1:58
421
  </div>
422
+ <div class="absolute top-2 right-2 flex flex-col items-center space-y-1">
423
+ <div class="w-8 h-8 bg-black bg-opacity-60 rounded-full flex items-center justify-center">
424
+ <i class="fas fa-heart text-white text-sm"></i>
425
+ </div>
426
+ <span class="text-xs text-white bg-black bg-opacity-60 px-1 rounded">2.1M</span>
427
+ </div>
428
  </div>
429
  <div class="p-3">
430
  <h3 class="font-medium mb-1">Avant/Après choquant</h3>
 
436
  </div>
437
  </div>
438
 
439
+ <div class="mt-8 text-center">
440
+ <button class="px-6 py-3 bg-white rounded-full shadow-sm hover:bg-gray-100 transition font-medium flex items-center mx-auto">
441
+ <i class="fas fa-arrow-down mr-2"></i> Charger plus de vidéos
442
  </button>
443
  </div>
444
  </div>
 
447
  <!-- Sponsors Section -->
448
  <section class="py-8 px-4">
449
  <div class="container mx-auto max-w-4xl">
 
450
  <div class="bg-white p-6 rounded-xl shadow-sm">
451
  <div class="flex flex-col md:flex-row items-center justify-between mb-4">
452
+ <div>
453
+ <h3 class="font-medium text-lg">Partenariats exclusifs</h3>
454
+ <p class="text-gray-600 text-sm">Marques collaboratrices avec @bieber44</p>
455
+ </div>
456
+ <button class="px-4 py-2 bg-gray-100 rounded-full text-sm hover:bg-gray-200 transition mt-2 md:mt-0 flex items-center">
457
  <i class="fas fa-plus mr-2"></i>Proposer un partenariat
458
  </button>
459
  </div>
460
 
461
  <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 mt-6">
462
+ <div class="flex flex-col items-center p-4 border rounded-xl hover:shadow-md transition cursor-pointer">
463
+ <img src="https://via.placeholder.com/120x60/FFFFFF/25F4EE?text=L'Oréal" alt="L'Oréal" class="w-full h-12 object-contain mb-3 sponsor-logo">
464
+ <span class="text-sm font-medium text-center">Partenaire depuis 2022</span>
465
  </div>
466
+ <div class="flex flex-col items-center p-4 border rounded-xl hover:shadow-md transition cursor-pointer">
467
+ <img src="https://via.placeholder.com/120x60/FFFFFF/FE2C55?text=Schwarzkopf" alt="Schwarzkopf" class="w-full h-12 object-contain mb-3 sponsor-logo">
468
+ <span class="text-sm font-medium text-center">Partenaire officiel</span>
469
  </div>
470
+ <div class="flex flex-col items-center p-4 border rounded-xl hover:shadow-md transition cursor-pointer">
471
+ <img src="https://via.placeholder.com/120x60/FFFFFF/010101?text=Dyson" alt="Dyson" class="w-full h-12 object-contain mb-3 sponsor-logo">
472
+ <span class="text-sm font-medium text-center">Collaboration exclusive</span>
473
  </div>
474
+ <div class="flex flex-col items-center p-4 border rounded-xl hover:shadow-md transition cursor-pointer">
475
+ <img src="https://via.placeholder.com/120x60/FFFFFF/25F4EE?text=Wahl" alt="Wahl" class="w-full h-12 object-contain mb-3 sponsor-logo">
476
+ <span class="text-sm font-medium text-center">Nouveau partenaire</span>
477
+ </div>
478
+ </div>
479
+ </div>
480
+ </div>
481
+ </section>
482
+
483
+ <!-- Earnings Graph -->
484
+ <section class="py-8 px-4 bg-gradient-to-r from-tiktok-light to-white">
485
+ <div class="container mx-auto max-w-4xl">
486
+ <div class="bg-white p-6 rounded-xl shadow-sm">
487
+ <div class="flex justify-between items-center mb-6">
488
+ <h2 class="text-xl font-bold">Revenus mensuels</h2>
489
+ <div class="flex items-center space-x-2">
490
+ <span class="text-sm text-gray-500">2023</span>
491
+ <i class="fas fa-chevron-down text-xs text-gray-500"></i>
492
+ </div>
493
+ </div>
494
+
495
+ <div class="h-64 relative">
496
+ <!-- Graph placeholder - would be replaced with a real chart in production -->
497
+ <div class="absolute bottom-0 left-0 right-0 flex items-end justify-between px-4">
498
+ <div class="w-8 h-16 bg-blue-400 rounded-t-lg" style="height: 30%;"></div>
499
+ <div class="w-8 h-24 bg-blue-400 rounded-t-lg" style="height: 45%;"></div>
500
+ <div class="w-8 h-32 bg-blue-400 rounded-t-lg" style="height: 60%;"></div>
501
+ <div class="w-8 h-40 bg-gradient-to-t from-tiktok-primary to-tiktok-secondary rounded-t-lg" style="height: 75%;"></div>
502
+ <div class="w-8 h-32 bg-blue-400 rounded-t-lg" style="height: 60%;"></div>
503
+ <div class="w-8 h-24 bg-blue-400 rounded-t-lg" style="height: 45%;"></div>
504
+ </div>
505
+
506
+ <div class="absolute bottom-0 left-0 right-0 flex justify-between px-4 text-xs text-gray-500 mt-2">
507
+ <span>Jan</span>
508
+ <span>Fév</span>
509
+ <span>Mar</span>
510
+ <span>Avr</span>
511
+ <span>Mai</span>
512
+ <span>Juin</span>
513
+ </div>
514
+ </div>
515
+
516
+ <div class="mt-8 flex flex-col md:flex-row justify-between items-center">
517
+ <div>
518
+ <p class="text-gray-600">Revenu total</p>
519
+ <p class="text-2xl font-bold">$15,840</p>
520
+ </div>
521
+ <div class="mt-4 md:mt-0">
522
+ <p class="text-gray-600">Moyenne mensuelle</p>
523
+ <p class="text-2xl font-bold">$2,640</p>
524
+ </div>
525
+ <div class="mt-4 md:mt-0">
526
+ <p class="text-gray-600">Meilleur mois</p>
527
+ <p class="text-2xl font-bold">$3,240 (Avril)</p>
528
  </div>
529
  </div>
530
  </div>
 
532
  </section>
533
 
534
  <!-- Footer -->
535
+ <footer class="bg-tiktok-dark text-white py-8 px-4">
536
  <div class="container mx-auto max-w-4xl">
537
  <div class="flex flex-col md:flex-row justify-between items-center">
538
  <div class="mb-4 md:mb-0">
539
  <div class="flex items-center space-x-2">
540
+ <div class="w-8 h-8 rounded-full bg-gradient-to-r from-tiktok-primary to-tiktok-secondary flex items-center justify-center">
541
+ <i class="fab fa-tiktok text-white"></i>
542
+ </div>
543
  <span class="font-bold">@bieber44</span>
544
  </div>
545
  <p class="text-gray-400 mt-2">Créateur de contenu • Style & Coiffure</p>
546
  </div>
547
 
548
  <div class="flex space-x-6">
549
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 hover:bg-gray-700 transition flex items-center justify-center">
550
+ <i class="fab fa-instagram"></i>
551
+ </a>
552
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 hover:bg-gray-700 transition flex items-center justify-center">
553
+ <i class="fab fa-youtube"></i>
554
+ </a>
555
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 hover:bg-gray-700 transition flex items-center justify-center">
556
+ <i class="fab fa-twitter"></i>
557
+ </a>
558
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 hover:bg-gray-700 transition flex items-center justify-center">
559
+ <i class="fas fa-envelope"></i>
560
+ </a>
561
  </div>
562
  </div>
563
 
564
  <div class="border-t border-gray-800 mt-6 pt-6 text-center text-gray-400 text-sm">
565
  <p>© 2023 bieber44. Tous droits réservés.</p>
566
+ <p class="mt-2">Compte TikTok monétisé PRO - Revenus estimés: $3,240/mois</p>
567
  </div>
568
  </div>
569
  </footer>
570
 
571
  <script>
572
  // Animation for monetization badge
573
+ const monetizationBadge = document.querySelector('.monetization-badge');
 
 
 
 
 
 
 
574
 
575
  // Simulate follower count increase
576
+ const followerCount = document.getElementById('followerCount');
577
  let count = 1200000;
578
 
579
  setInterval(() => {
580
+ // Random growth between 10-50 followers per interval
581
+ const growth = Math.floor(Math.random() * 41) + 10;
582
+ count += growth;
583
+
584
+ // Format number
585
+ if (count >= 1000000) {
586
+ followerCount.textContent = (count / 1000000).toFixed(1) + 'M';
587
+ } else if (count >= 1000) {
588
+ followerCount.textContent = (count / 1000).toFixed(1) + 'K';
589
+ } else {
590
+ followerCount.textContent = count;
591
+ }
592
+ }, 3000);
593
+
594
+ // Floating action button click handler
595
+ const fab = document.querySelector('.floating-action-btn');
596
+ fab.addEventListener('click', () => {
597
+ window.scrollTo({
598
+ top: 0,
599
+ behavior: 'smooth'
600
+ });
601
+ });
602
+
603
+ // Tab switching functionality
604
+ const tabs = document.querySelectorAll('.border-b button');
605
+ tabs.forEach(tab => {
606
+ tab.addEventListener('click', () => {
607
+ tabs.forEach(t => t.classList.remove('tab-active', 'text-black', 'font-bold'));
608
+ tabs.forEach(t => t.classList.add('text-gray-500'));
609
+
610
+ tab.classList.add('tab-active', 'text-black', 'font-bold');
611
+ tab.classList.remove('text-gray-500');
612
+ });
613
+ });
614
+
615
+ // Video hover effects
616
+ const videos = document.querySelectorAll('.video-thumbnail');
617
+ videos.forEach(video => {
618
+ video.addEventListener('mouseenter', () => {
619
+ const heart = video.querySelector('.fa-heart');
620
+ heart.classList.add('animate-pulse');
621
+ });
622
+
623
+ video.addEventListener('mouseleave', () => {
624
+ const heart = video.querySelector('.fa-heart');
625
+ heart.classList.remove('animate-pulse');
626
+ });
627
+ });
628
  </script>
629
  <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=Biebe/https-enzostvs-deepsite-hf-space-projects-new" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
630
  </html>