PrinzPesia commited on
Commit
821b4e9
·
verified ·
1 Parent(s): cb4df01

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +411 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Windows 2040
3
- emoji: 👀
4
- colorFrom: red
5
- colorTo: indigo
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: windows-2040
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: yellow
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,411 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Microsoft Windows 2040</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
+ @keyframes flicker {
11
+ 0% { opacity: 0.8; }
12
+ 50% { opacity: 1; }
13
+ 100% { opacity: 0.8; }
14
+ }
15
+ .flicker {
16
+ animation: flicker 2s infinite;
17
+ }
18
+ .glow {
19
+ box-shadow: 0 0 15px rgba(0, 255, 255, 0.7);
20
+ }
21
+ .ad-banner {
22
+ background: linear-gradient(90deg, #ff00cc, #3333ff);
23
+ color: white;
24
+ }
25
+ .subscription-tier {
26
+ border: 2px solid;
27
+ border-image: linear-gradient(45deg, #ff00cc, #3333ff) 1;
28
+ }
29
+ .neon-text {
30
+ text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6;
31
+ }
32
+ </style>
33
+ </head>
34
+ <body class="bg-gray-900 text-white h-screen overflow-hidden font-sans">
35
+ <!-- Taskbar -->
36
+ <div class="absolute bottom-0 left-0 right-0 bg-gray-800 bg-opacity-90 backdrop-blur-sm h-12 flex items-center px-4 z-50 border-t border-gray-600">
37
+ <button id="startButton" class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-1 rounded-md mr-4 flex items-center">
38
+ <i class="fab fa-microsoft mr-2"></i> Start
39
+ </button>
40
+
41
+ <div class="flex space-x-2">
42
+ <button class="bg-gray-700 hover:bg-gray-600 text-white px-3 py-1 rounded flex items-center" id="explorerBtn">
43
+ <i class="fas fa-folder mr-2"></i> Explorer
44
+ </button>
45
+ <button class="bg-gray-700 hover:bg-gray-600 text-white px-3 py-1 rounded flex items-center" id="edgeBtn">
46
+ <i class="fab fa-edge mr-2"></i> Edge
47
+ </button>
48
+ <button class="bg-gray-700 hover:bg-gray-600 text-white px-3 py-1 rounded flex items-center" id="storeBtn">
49
+ <i class="fas fa-shopping-bag mr-2"></i> Store
50
+ </button>
51
+ </div>
52
+
53
+ <div class="ml-auto flex items-center space-x-4">
54
+ <div class="text-sm">
55
+ <span id="time">12:00 PM</span>
56
+ </div>
57
+ <div class="w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center">
58
+ <i class="fas fa-user"></i>
59
+ </div>
60
+ </div>
61
+ </div>
62
+
63
+ <!-- Desktop Icons -->
64
+ <div class="p-4 grid grid-cols-1 gap-4 w-32 absolute left-0 top-4">
65
+ <div class="flex flex-col items-center cursor-pointer">
66
+ <div class="w-12 h-12 bg-blue-600 rounded-md flex items-center justify-center mb-1">
67
+ <i class="fas fa-recycle text-xl"></i>
68
+ </div>
69
+ <span class="text-xs text-center">Recycle Bin</span>
70
+ </div>
71
+ <div class="flex flex-col items-center cursor-pointer" id="documentsBtn">
72
+ <div class="w-12 h-12 bg-green-600 rounded-md flex items-center justify-center mb-1">
73
+ <i class="fas fa-file-alt text-xl"></i>
74
+ </div>
75
+ <span class="text-xs text-center">Documents</span>
76
+ </div>
77
+ <div class="flex flex-col items-center cursor-pointer" id="settingsBtn">
78
+ <div class="w-12 h-12 bg-purple-600 rounded-md flex items-center justify-center mb-1">
79
+ <i class="fas fa-cog text-xl"></i>
80
+ </div>
81
+ <span class="text-xs text-center">Settings</span>
82
+ </div>
83
+ </div>
84
+
85
+ <!-- Random Ad Banner -->
86
+ <div class="absolute top-4 right-4 ad-banner p-2 rounded-md flex items-center flicker" id="randomAd">
87
+ <i class="fas fa-exclamation-triangle mr-2"></i>
88
+ <span>Your system is not compatible! Upgrade to TPM 4.0 and RTX 8090 Ti now!</span>
89
+ <button class="ml-4 bg-yellow-500 text-black px-2 py-1 rounded text-xs">Upgrade</button>
90
+ </div>
91
+
92
+ <!-- Start Menu Modal -->
93
+ <div id="startMenuModal" class="hidden fixed inset-0 bg-black bg-opacity-70 flex items-center justify-center z-50">
94
+ <div class="bg-gray-800 rounded-lg w-96 overflow-hidden border border-gray-600">
95
+ <div class="bg-gray-900 p-4 flex justify-between items-center">
96
+ <h3 class="text-lg font-semibold">Start Menu Access</h3>
97
+ <button id="closeStartMenu" class="text-gray-400 hover:text-white">&times;</button>
98
+ </div>
99
+ <div class="p-6">
100
+ <div class="flex items-center mb-4">
101
+ <i class="fas fa-lock text-yellow-500 text-2xl mr-3"></i>
102
+ <div>
103
+ <h4 class="font-medium">Start Menu is a premium feature</h4>
104
+ <p class="text-sm text-gray-400">Subscribe to access the Start Menu</p>
105
+ </div>
106
+ </div>
107
+
108
+ <div class="mb-6">
109
+ <div class="bg-gray-700 p-4 rounded-lg mb-3 subscription-tier">
110
+ <div class="flex justify-between items-center mb-2">
111
+ <h4 class="font-medium">Basic Start</h4>
112
+ <span class="bg-blue-600 text-white text-xs px-2 py-1 rounded">Popular</span>
113
+ </div>
114
+ <p class="text-sm text-gray-300 mb-2">Limited access to 5 apps</p>
115
+ <p class="text-xl font-bold">€10.99<span class="text-sm text-gray-400">/month</span></p>
116
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded mt-2">Subscribe</button>
117
+ </div>
118
+
119
+ <div class="bg-gray-700 p-4 rounded-lg subscription-tier">
120
+ <div class="flex justify-between items-center mb-2">
121
+ <h4 class="font-medium">Ultimate Start</h4>
122
+ <span class="bg-purple-600 text-white text-xs px-2 py-1 rounded">Best Value</span>
123
+ </div>
124
+ <p class="text-sm text-gray-300 mb-2">Full access + AI assistant</p>
125
+ <p class="text-xl font-bold">€24.99<span class="text-sm text-gray-400">/month</span></p>
126
+ <button class="w-full bg-purple-600 hover:bg-purple-700 text-white py-2 rounded mt-2">Subscribe</button>
127
+ </div>
128
+ </div>
129
+
130
+ <p class="text-xs text-gray-500">* By subscribing, you agree to our 20-year commitment plan. Early termination fee of €999 applies.</p>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- File Explorer Modal -->
136
+ <div id="explorerModal" class="hidden fixed inset-0 bg-black bg-opacity-70 flex items-center justify-center z-50">
137
+ <div class="bg-gray-800 rounded-lg w-1/2 overflow-hidden border border-gray-600">
138
+ <div class="bg-gray-900 p-4 flex justify-between items-center">
139
+ <h3 class="text-lg font-semibold">File Explorer Access</h3>
140
+ <button id="closeExplorer" class="text-gray-400 hover:text-white">&times;</button>
141
+ </div>
142
+ <div class="p-6">
143
+ <div class="grid grid-cols-2 gap-4 mb-6">
144
+ <div class="bg-gray-700 p-6 rounded-lg flex flex-col items-center justify-center cursor-pointer hover:bg-gray-600" id="freeExplorer">
145
+ <i class="fas fa-file text-4xl mb-3 text-blue-400"></i>
146
+ <h4 class="font-medium mb-1">Free Version</h4>
147
+ <p class="text-sm text-gray-300 text-center mb-3">View only 3 files per folder. No edit or delete.</p>
148
+ <button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded">Select</button>
149
+ </div>
150
+
151
+ <div class="bg-blue-900 p-6 rounded-lg flex flex-col items-center justify-center cursor-pointer glow" id="premiumExplorer">
152
+ <i class="fas fa-star text-4xl mb-3 text-yellow-400"></i>
153
+ <h4 class="font-medium mb-1">Premium Version</h4>
154
+ <p class="text-sm text-gray-300 text-center mb-3">Full access to all files. AI-powered organization.</p>
155
+ <p class="text-xl font-bold mb-3">€499<span class="text-sm text-gray-400">/day</span></p>
156
+ <button class="bg-yellow-500 hover:bg-yellow-600 text-black px-4 py-2 rounded font-bold">Subscribe</button>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="bg-gray-700 p-4 rounded-lg">
161
+ <div class="flex items-center">
162
+ <i class="fas fa-bolt text-yellow-500 mr-3"></i>
163
+ <div>
164
+ <h4 class="font-medium">Turbo Boost</h4>
165
+ <p class="text-sm text-gray-300">Add €99/day for 10% faster file operations</p>
166
+ </div>
167
+ <button class="ml-auto bg-gray-600 hover:bg-gray-500 text-white px-3 py-1 rounded text-sm">Add</button>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Incompatible Hardware Modal -->
175
+ <div id="hardwareModal" class="hidden fixed inset-0 bg-black bg-opacity-70 flex items-center justify-center z-50">
176
+ <div class="bg-gray-800 rounded-lg w-1/2 overflow-hidden border border-red-500">
177
+ <div class="bg-red-900 p-4 flex justify-between items-center">
178
+ <h3 class="text-lg font-semibold">Critical System Alert</h3>
179
+ <button id="closeHardware" class="text-gray-400 hover:text-white">&times;</button>
180
+ </div>
181
+ <div class="p-6">
182
+ <div class="flex items-start mb-6">
183
+ <i class="fas fa-exclamation-circle text-red-500 text-4xl mr-4"></i>
184
+ <div>
185
+ <h4 class="font-bold text-xl mb-2 neon-text">YOUR SYSTEM IS OUTDATED</h4>
186
+ <p class="text-gray-300 mb-2">Windows 2040 requires the following minimum specifications:</p>
187
+ <ul class="list-disc list-inside text-gray-400 mb-4">
188
+ <li>TPM 4.0 Security Chip</li>
189
+ <li>NVIDIA RTX 8090 Ti GPU with 90TB VRAM</li>
190
+ <li>Quantum Processor Q-9000</li>
191
+ <li>1PB SSD Storage</li>
192
+ <li>Microsoft Neuralink Integration</li>
193
+ </ul>
194
+ <p class="text-red-400">Your current system is running at 0.1% efficiency.</p>
195
+ </div>
196
+ </div>
197
+
198
+ <div class="bg-gray-700 p-4 rounded-lg mb-4">
199
+ <h4 class="font-medium mb-3">Recommended Upgrades</h4>
200
+ <div class="flex justify-between items-center mb-2">
201
+ <div>
202
+ <p class="font-medium">Microsoft Ultimate Upgrade Package</p>
203
+ <p class="text-sm text-gray-400">Includes all required hardware + installation</p>
204
+ </div>
205
+ <div class="text-right">
206
+ <p class="text-xl font-bold">€9,999<span class="text-sm text-gray-400">/month</span></p>
207
+ <p class="text-xs text-gray-500">* 36-month lease</p>
208
+ </div>
209
+ </div>
210
+ <button class="w-full bg-red-600 hover:bg-red-700 text-white py-2 rounded font-bold">Purchase Now</button>
211
+ </div>
212
+
213
+ <p class="text-xs text-gray-500">System performance will degrade by 10% daily until upgrades are installed.</p>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Edge Browser Subscription -->
219
+ <div id="edgeModal" class="hidden fixed inset-0 bg-black bg-opacity-70 flex items-center justify-center z-50">
220
+ <div class="bg-gray-800 rounded-lg w-1/2 overflow-hidden border border-blue-500">
221
+ <div class="bg-blue-900 p-4 flex justify-between items-center">
222
+ <h3 class="text-lg font-semibold">Microsoft Edge Premium</h3>
223
+ <button id="closeEdge" class="text-gray-400 hover:text-white">&times;</button>
224
+ </div>
225
+ <div class="p-6">
226
+ <div class="flex items-center mb-6">
227
+ <i class="fab fa-edge text-blue-400 text-4xl mr-4"></i>
228
+ <div>
229
+ <h4 class="font-bold text-xl mb-1">Experience the web without limits</h4>
230
+ <p class="text-gray-300">The free version of Edge only allows loading 3 web pages per day.</p>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="grid grid-cols-3 gap-4 mb-6">
235
+ <div class="bg-gray-700 p-4 rounded-lg">
236
+ <h5 class="font-medium mb-2">Basic</h5>
237
+ <p class="text-sm text-gray-300 mb-3">10 pages/day</p>
238
+ <p class="text-xl font-bold">€7.99<span class="text-sm text-gray-400">/day</span></p>
239
+ <button class="w-full bg-gray-600 hover:bg-gray-500 text-white py-1 rounded mt-2 text-sm">Select</button>
240
+ </div>
241
+
242
+ <div class="bg-blue-900 p-4 rounded-lg glow">
243
+ <div class="flex justify-between items-start">
244
+ <h5 class="font-medium mb-2">Pro</h5>
245
+ <span class="bg-yellow-500 text-black text-xs px-2 py-1 rounded">Popular</span>
246
+ </div>
247
+ <p class="text-sm text-gray-300 mb-3">Unlimited pages + 2 ad-free hours</p>
248
+ <p class="text-xl font-bold">€19.99<span class="text-sm text-gray-400">/day</span></p>
249
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-1 rounded mt-2 text-sm">Select</button>
250
+ </div>
251
+
252
+ <div class="bg-purple-900 p-4 rounded-lg">
253
+ <h5 class="font-medium mb-2">Ultimate</h5>
254
+ <p class="text-sm text-gray-300 mb-3">Unlimited everything + AI assistant</p>
255
+ <p class="text-xl font-bold">€49.99<span class="text-sm text-gray-400">/day</span></p>
256
+ <button class="w-full bg-purple-600 hover:bg-purple-700 text-white py-1 rounded mt-2 text-sm">Select</button>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="bg-gray-700 p-3 rounded-lg flex items-center">
261
+ <i class="fas fa-shield-alt text-green-500 mr-3"></i>
262
+ <p class="text-sm">Add €9.99/day for premium security features</p>
263
+ <button class="ml-auto bg-gray-600 hover:bg-gray-500 text-white px-2 py-1 rounded text-xs">Add</button>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Random Popup Ad -->
270
+ <div id="randomPopup" class="hidden fixed bottom-4 right-4 bg-gray-800 rounded-lg w-64 overflow-hidden border border-yellow-500 z-40">
271
+ <div class="bg-yellow-900 p-2 flex justify-between items-center">
272
+ <h3 class="text-sm font-semibold">Special Offer!</h3>
273
+ <button id="closePopup" class="text-gray-400 hover:text-white text-xs">Close (€0.99)</button>
274
+ </div>
275
+ <div class="p-3">
276
+ <p class="text-sm mb-2">Your system qualifies for a limited-time upgrade to Windows 2040 Platinum!</p>
277
+ <div class="flex items-center mb-2">
278
+ <i class="fas fa-gem text-blue-400 mr-2"></i>
279
+ <span class="text-xs">Only €299/day for the first 30 days (then €999/day)</span>
280
+ </div>
281
+ <button class="w-full bg-yellow-600 hover:bg-yellow-700 text-black py-1 rounded text-sm font-bold">Upgrade Now</button>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Desktop Notification -->
286
+ <div id="desktopNotification" class="hidden fixed top-4 left-1/2 transform -translate-x-1/2 bg-gray-800 rounded-md p-3 shadow-lg border-l-4 border-red-500 flex items-start max-w-md z-40">
287
+ <i class="fas fa-exclamation-circle text-red-500 mr-3 mt-1"></i>
288
+ <div>
289
+ <h4 class="font-medium mb-1">Action Required</h4>
290
+ <p class="text-sm text-gray-300">Your free trial of Right-Click functionality has expired. Subscribe now for €4.99/day or lose right-click privileges.</p>
291
+ <div class="flex space-x-2 mt-2">
292
+ <button class="bg-red-600 hover:bg-red-700 text-white px-3 py-1 rounded text-xs">Subscribe</button>
293
+ <button class="bg-gray-700 hover:bg-gray-600 text-white px-3 py-1 rounded text-xs" id="closeNotification">Remind me later (€0.99)</button>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <script>
299
+ // Update time
300
+ function updateTime() {
301
+ const now = new Date();
302
+ let hours = now.getHours();
303
+ const minutes = now.getMinutes().toString().padStart(2, '0');
304
+ const ampm = hours >= 12 ? 'PM' : 'AM';
305
+ hours = hours % 12;
306
+ hours = hours ? hours : 12;
307
+ document.getElementById('time').textContent = `${hours}:${minutes} ${ampm}`;
308
+ }
309
+ setInterval(updateTime, 1000);
310
+ updateTime();
311
+
312
+ // Modal controls
313
+ document.getElementById('startButton').addEventListener('click', () => {
314
+ document.getElementById('startMenuModal').classList.remove('hidden');
315
+ setTimeout(showRandomAd, 1500);
316
+ });
317
+
318
+ document.getElementById('closeStartMenu').addEventListener('click', () => {
319
+ document.getElementById('startMenuModal').classList.add('hidden');
320
+ });
321
+
322
+ document.getElementById('explorerBtn').addEventListener('click', () => {
323
+ document.getElementById('explorerModal').classList.remove('hidden');
324
+ setTimeout(showRandomAd, 1500);
325
+ });
326
+
327
+ document.getElementById('closeExplorer').addEventListener('click', () => {
328
+ document.getElementById('explorerModal').classList.add('hidden');
329
+ });
330
+
331
+ document.getElementById('edgeBtn').addEventListener('click', () => {
332
+ document.getElementById('edgeModal').classList.remove('hidden');
333
+ setTimeout(showRandomAd, 1500);
334
+ });
335
+
336
+ document.getElementById('closeEdge').addEventListener('click', () => {
337
+ document.getElementById('edgeModal').classList.add('hidden');
338
+ });
339
+
340
+ document.getElementById('freeExplorer').addEventListener('click', () => {
341
+ alert("You've selected the free version of File Explorer. You can only view 3 files per folder. Upgrade to Premium for full access!");
342
+ document.getElementById('explorerModal').classList.add('hidden');
343
+ setTimeout(showHardwareWarning, 2000);
344
+ });
345
+
346
+ document.getElementById('premiumExplorer').addEventListener('click', () => {
347
+ alert("Thank you for choosing Premium File Explorer! Your credit card will be charged €499 daily. A Microsoft representative will contact you shortly to upsell additional features.");
348
+ document.getElementById('explorerModal').classList.add('hidden');
349
+ });
350
+
351
+ document.getElementById('documentsBtn').addEventListener('click', () => {
352
+ alert("Access to Documents requires the 'Productivity Package' subscription for €14.99/day. Would you like to subscribe now?");
353
+ setTimeout(showDesktopNotification, 1500);
354
+ });
355
+
356
+ document.getElementById('settingsBtn').addEventListener('click', () => {
357
+ alert("System Settings access requires 'Admin Privileges Subscription' for €29.99/hour. Your current balance: €0.00");
358
+ setTimeout(showRandomPopup, 1500);
359
+ });
360
+
361
+ document.getElementById('closeHardware').addEventListener('click', () => {
362
+ document.getElementById('hardwareModal').classList.add('hidden');
363
+ });
364
+
365
+ document.getElementById('closePopup').addEventListener('click', () => {
366
+ document.getElementById('randomPopup').classList.add('hidden');
367
+ });
368
+
369
+ document.getElementById('closeNotification').addEventListener('click', () => {
370
+ document.getElementById('desktopNotification').classList.add('hidden');
371
+ });
372
+
373
+ // Random ad/show functions
374
+ function showRandomAd() {
375
+ document.getElementById('randomAd').classList.remove('hidden');
376
+ setTimeout(() => {
377
+ document.getElementById('randomAd').classList.add('hidden');
378
+ }, 5000);
379
+ }
380
+
381
+ function showHardwareWarning() {
382
+ document.getElementById('hardwareModal').classList.remove('hidden');
383
+ }
384
+
385
+ function showRandomPopup() {
386
+ document.getElementById('randomPopup').classList.remove('hidden');
387
+ }
388
+
389
+ function showDesktopNotification() {
390
+ document.getElementById('desktopNotification').classList.remove('hidden');
391
+ }
392
+
393
+ // Show random modals periodically
394
+ setInterval(() => {
395
+ const modals = ['hardwareModal', 'randomPopup', 'desktopNotification'];
396
+ const randomModal = modals[Math.floor(Math.random() * modals.length)];
397
+ document.getElementById(randomModal).classList.remove('hidden');
398
+
399
+ // Auto-close after some time
400
+ setTimeout(() => {
401
+ document.getElementById(randomModal).classList.add('hidden');
402
+ }, 10000);
403
+ }, 20000);
404
+
405
+ // Initial ads
406
+ setTimeout(showHardwareWarning, 3000);
407
+ setTimeout(showDesktopNotification, 8000);
408
+ setTimeout(showRandomPopup, 12000);
409
+ </script>
410
+ <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=PrinzPesia/windows-2040" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
411
+ </html>