-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.html
More file actions
722 lines (635 loc) · 29.6 KB
/
Copy pathchangelog.html
File metadata and controls
722 lines (635 loc) · 29.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>OffCrypt Changelog: Update History</title>
<meta name="description"
content="OffCrypt v2.0 changelog - Added offline file encryption for Android with military grade AES-256 security, self-destructing files, and secure document sharing.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2025-11-06">
<meta name="robots" content="noindex, follow">
<!-- Security Headers -->
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
<meta http-equiv="Permissions-Policy" content="camera=(), microphone=(), geolocation=()">
<link rel="canonical" href="https://www.dev-offcode.com/changelog.html">
<link rel="alternate" hreflang="en" href="https://www.dev-offcode.com/changelog.html">
<link rel="alternate" hreflang="x-default" href="https://www.dev-offcode.com/changelog.html">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<!-- Preload critical resources -->
<link rel="preload" href="styles.css?v=2.8.0" as="style">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#00ff88">
<meta name="msapplication-TileColor" content="#00ff88">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/changelog.html">
<meta property="og:title" content="OffCrypt Changelog: Update History">
<meta property="og:description"
content="Track the latest updates and improvements for OffCrypt secure messaging app.">
<meta property="og:image" content="https://www.dev-offcode.com/OffCrypt-Android.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@OffCryptAndroid">
<meta name="twitter:creator" content="@OffCryptAndroid">
<meta name="twitter:url" content="https://www.dev-offcode.com/changelog.html">
<meta name="twitter:title" content="OffCrypt Changelog: Update History">
<meta name="twitter:description"
content="Track the latest updates and improvements for OffCrypt secure messaging app.">
<meta name="twitter:image" content="https://www.dev-offcode.com/OffCrypt-Android.jpg">
<!-- Social Media Links -->
<meta property="og:see_also" content="https://www.instagram.com/off.crypt86/">
<meta property="og:see_also" content="https://www.youtube.com/@OffCrypt">
<meta name="instagram:site" content="@off.crypt86">
<meta name="youtube:channel" content="@OffCrypt">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "OffCrypt",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Android",
"description": "Secure offline encryption app with file encryption, AES-256-GCM and RSA-4096 security",
"url": "https://www.dev-offcode.com/",
"author": {
"@type": "Person",
"name": "EmptyCode0x86",
"sameAs": [
"https://twitter.com/OffCryptAndroid",
"https://www.instagram.com/off.crypt86/",
"https://www.youtube.com/@OffCrypt",
"https://github.com/emptycode0x86",
"https://bsky.app/profile/off-crypt86.bsky.social",
"https://www.linkedin.com/in/off-crypt-b94175382/"
]
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
},
"releaseNotes": {
"@type": "TechArticle",
"headline": "OffCrypt v2.0 - File Encryption Features Added",
"datePublished": "2025-08-23",
"dateModified": "2025-08-23",
"url": "https://www.dev-offcode.com/changelog.html"
}
}
</script>
<link rel="stylesheet" href="styles.css?v=2.8.0">
<!-- Tracking scripts loaded via cookie-consent.js after user consent -->
</head>
<body>
<!-- Sidebar Navigation -->
<aside class="sidebar">
<div class="sidebar-header">
<h1 class="sidebar-title">OffCode</h1>
</div>
<nav class="sidebar-nav">
<ul class="sidebar-menu">
<li class="menu-item">
<a href="index.html" class="menu-link">
<span class="menu-icon">📱</span>
<span class="menu-text">Android App</span>
</a>
</li>
<li class="menu-item">
<a href="OffCryptDesktop.html" class="menu-link">
<span class="menu-icon">💻</span>
<span class="menu-text">Desktop App</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilder.html" class="menu-link">
<span class="menu-icon">🔒</span>
<span class="menu-text">Screen Lock Builder</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilderPremium.html" class="menu-link">
<span class="menu-icon">⭐</span>
<span class="menu-text">Premium Builder</span>
</a>
</li>
<li class="menu-item">
<a href="AutomationTool.html" class="menu-link">
<span class="menu-icon">🤖</span>
<span class="menu-text">Automation Tool</span>
</a>
</li>
<li class="menu-item">
<a href="RemoteControl.html" class="menu-link">
<span class="menu-icon">🌐</span>
<span class="menu-text">Web Remote Control</span>
</a>
</li>
<li class="menu-item">
<a href="TorChatPage.html" class="menu-link">
<span class="menu-icon">🧅</span>
<span class="menu-text">Tor Chat</span>
</a>
</li>
<li class="menu-item active">
<a href="changelog.html" class="menu-link">
<span class="menu-icon">📝</span>
<span class="menu-text">Changelog</span>
</a>
</li>
<li class="menu-item">
<a href="https://ko-fi.com/emptyc0de" class="menu-link" target="_blank" rel="noopener noreferrer">
<span class="menu-icon">💝</span>
<span class="menu-text">Donate</span>
</a>
</li>
<li class="menu-item">
<a href="PrivacyPolicy.html" class="menu-link">
<span class="menu-icon">🔐</span>
<span class="menu-text">Privacy Policy</span>
</a>
</li>
</ul>
</nav>
<div class="sidebar-footer">
<p class="footer-text">Social media</p>
<div class="sidebar-social-divider"></div>
<div class="sidebar-social">
<a href="https://x.com/OffCryptAndroid" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on X">
<span class="sidebar-social-icon">🐦</span>
<span class="sidebar-social-label">X</span>
</a>
<a href="https://www.instagram.com/off.crypt86/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Instagram">
<span class="sidebar-social-icon">📸</span>
<span class="sidebar-social-label">Instagram</span>
</a>
<a href="https://www.tiktok.com/@offcrypt0" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on TikTok">
<span class="sidebar-social-icon">🎵</span>
<span class="sidebar-social-label">TikTok</span>
</a>
<a href="https://www.youtube.com/@OffCrypt" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on YouTube">
<span class="sidebar-social-icon">▶️</span>
<span class="sidebar-social-label">YouTube</span>
</a>
<a href="https://bsky.app/profile/off-crypt86.bsky.social" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Bluesky">
<span class="sidebar-social-icon">🦋</span>
<span class="sidebar-social-label">Bluesky</span>
</a>
<a href="https://www.linkedin.com/in/off-crypt-b94175382/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on LinkedIn">
<span class="sidebar-social-icon">💼</span>
<span class="sidebar-social-label">LinkedIn</span>
</a>
</div>
</div>
</aside>
<!-- Mobile Menu Toggle -->
<button class="mobile-menu-toggle" aria-label="Toggle Menu">
<span class="hamburger"></span>
</button>
<!-- Main Content Wrapper -->
<div class="main-wrapper">
<main>
<!-- Breadcrumb Navigation for SEO (hidden but accessible) -->
<nav aria-label="Breadcrumb"
style="position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;">
<ol style="list-style: none; padding: 0; margin: 0; display: flex; gap: 0.5rem; font-size: 0.9rem;">
<li><a href="https://www.dev-offcode.com/">Home</a></li>
<li>›</li>
<li>Changelog</li>
</ol>
</nav>
<!-- Changelog Hero Section -->
<div class="changelog-hero">
<div class="changelog-container">
<div class="changelog-header">
<h1 class="changelog-title">📝 Changelog</h1>
<p class="changelog-subtitle">Track the latest updates, improvements, and security enhancements
</p>
</div>
</div>
</div>
<!-- Changelog Content Section -->
<div class="changelog-content">
<div class="changelog-container">
<!-- Introduction Section -->
<div class="changelog-intro">
<p>Welcome to the OffCrypt changelog! This page documents all major updates, new features,
security enhancements, and improvements to our secure Android encryption application. Stay
informed about the latest developments in OffCrypt's journey to provide the most secure
offline encryption solution.</p>
<p><strong>Latest Release:</strong> OffCrypt v2.0 adds file encryption
with AES-256-GCM and RSA-4096, so you can protect documents, images, and other sensitive
files on the device.</p>
</div>
<div class="changelog-wrapper">
<!-- File Encryption Features -->
<div class="changelog-entry">
<div class="changelog-version">
<span class="version-tag">v2.0</span>
<span class="version-date">August 23, 2025</span>
</div>
<div class="changelog-changes">
<h3>🎉 Major Update: File Encryption Features Added</h3>
<p>Complete file encryption and decryption system with advanced security features,
cross-platform compatibility, and user-friendly interface.</p>
<h4>🔐 Encryption Methods</h4>
<ul>
<li>Password-based encryption (AES-256-GCM with PBKDF2-SHA256)</li>
<li>RSA-2048 encryption for secure file sharing without password exchange</li>
<li>RSA-4096 encryption for maximum security requirements</li>
<li>Hybrid encryption combining AES for file content and RSA for key exchange</li>
</ul>
<h4>📁 File Operations</h4>
<ul>
<li>Universal file support - encrypt any file type (documents, images, videos,
archives)</li>
<li>Metadata preservation during encryption/decryption process</li>
<li>File integrity verification with cryptographic checksums</li>
<li>Secure file deletion option for original files after encryption</li>
<li>Batch processing capabilities for multiple files</li>
</ul>
<h4>🔑 Password Management</h4>
<ul>
<li>Random password generation (24-character secure passwords)</li>
<li>Custom password support for user-defined passwords</li>
<li>Password copy functionality with secure clipboard handling</li>
<li>Automatic clipboard clearing (10 minutes for enhanced usability)</li>
<li>Password strength validation and feedback</li>
</ul>
<h4>⏰ Disappear File Feature</h4>
<ul>
<li>Self-destructing encrypted files with configurable expiration times</li>
<li>Time-based deletion options</li>
<li>Automatic file removal when expiration time is reached</li>
<li>Timestamp verification prevents tampering with expiration settings</li>
<li>Secure cleanup ensures files cannot be recovered after expiration</li>
</ul>
<h4>🛡️ Security Features</h4>
<ul>
<li>Metadata stripping option (removes EXIF data from images)</li>
<li>Secure memory wiping (7 iterations) for sensitive data cleanup</li>
<li>Hardware-backed encryption using Android Keystore integration</li>
<li>Anti-tampering protection with encrypted file format validation</li>
<li>Burn after reading option for immediate deletion after viewing</li>
</ul>
<h4>🔐 RSA Key Management</h4>
<ul>
<li>Key pair generation (RSA-2048/4096) with hardware security module</li>
<li>Public key sharing with secure copy/paste functionality</li>
<li>Private key protection with AES-256-GCM encryption at rest</li>
<li>Key format validation (PKCS#8 private, X.509 public keys)</li>
<li>Key backup and recovery options</li>
</ul>
<h4>💾 File Format & Structure</h4>
<ul>
<li>Encrypted .enc file format with version control</li>
<li>JSON metadata structure for file information and encryption parameters</li>
<li>Cross-platform compatibility for encrypted files</li>
<li>File signature validation to prevent corrupted file processing</li>
<li>Expiration timestamp embedding for disappear file functionality</li>
</ul>
<h4>⚙️ Technical Specifications</h4>
<ul>
<li>Encryption: AES-256-GCM with 12-byte IV and 16-byte authentication tag</li>
<li>Key derivation: PBKDF2-SHA256 with 100,000 iterations and 32-byte salt</li>
<li>RSA padding: OAEP-SHA256-MGF1 for secure key encapsulation</li>
<li>Memory protection: Constant-time operations and secure cleanup</li>
<li>File integrity: HMAC-SHA256 verification for encrypted content</li>
</ul>
<h4>📱 User Experience</h4>
<ul>
<li>Intuitive tab-based interface separating encryption/decryption workflows</li>
<li>Real-time encryption progress with detailed status updates</li>
<li>Drag-and-drop file selection with file picker integration</li>
<li>Toast notifications for operation success/failure feedback</li>
<li>Debug logging system for troubleshooting encryption issues</li>
<li>Expiration time picker with user-friendly time selection interface</li>
</ul>
<h4>🔄 Workflow Integration</h4>
<ul>
<li>Import encrypted files for reading without permanent decryption</li>
<li>Export encrypted files with sharing integration</li>
<li>File association for .enc file handling</li>
<li>Background processing for large file operations</li>
<li>Memory-efficient streaming for large file encryption/decryption</li>
</ul>
</div>
</div>
</div>
<div class="purchase-instructions-box" style="margin-top: 2rem;">
<h3 class="instructions-title">Return to the encryption products</h3>
<p class="instructions-intro">This changelog now acts as a supporting document. Use the main
product pages below for primary SEO visibility and current download decisions.</p>
<div
style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1.5rem;">
<a href="index.html" class="button secondary-download">Back to OffCrypt Android</a>
<a href="OffCryptDesktop.html" class="button secondary-download">See OffCrypt Desktop</a>
</div>
</div>
</div>
</div>
</main>
</div>
<style>
/* Changelog-specific styles */
.changelog-hero {
background: var(--gradient-card);
padding: 80px 20px 60px 20px;
margin: 0;
position: relative;
overflow: hidden;
border: 1px solid var(--border-primary);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-top: none;
border-bottom: none;
}
.changelog-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-hero::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-container {
max-width: 1000px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.changelog-header {
text-align: center;
color: white;
}
.changelog-title {
font-size: 3rem;
font-weight: 700;
margin-bottom: 20px;
background: linear-gradient(45deg, #00bcd4, #00e676);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-shadow: none;
}
.changelog-subtitle {
font-size: 1.2rem;
color: #b0b0b0;
margin: 0;
opacity: 0.9;
}
.changelog-content {
background: var(--gradient-card);
padding: 80px 20px;
min-height: 60vh;
border: 1px solid var(--border-primary);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-top: none;
border-bottom: none;
position: relative;
}
.changelog-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-content::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: var(--gradient-border);
z-index: 1;
}
.changelog-intro {
background: var(--gradient-card);
border: 1px solid var(--border-primary);
border-radius: 0;
padding: 30px;
margin-bottom: 40px;
color: var(--text-primary);
line-height: 1.6;
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-left: 3px solid var(--accent-primary);
}
.changelog-intro p {
margin: 0 0 15px 0;
}
.changelog-intro p:last-child {
margin-bottom: 0;
}
.changelog-intro strong {
color: var(--accent-primary);
}
.changelog-wrapper {
background: var(--gradient-card);
border-radius: 0;
border: 1px solid var(--border-primary);
box-shadow: var(--shadow-subtle);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
overflow: hidden;
border-left: 3px solid var(--accent-primary);
}
.changelog-placeholder {
padding: 80px 40px;
text-align: center;
color: var(--text-primary);
}
.placeholder-icon {
font-size: 4rem;
margin-bottom: 30px;
opacity: 0.7;
color: var(--accent-primary);
}
.changelog-placeholder h3 {
font-size: 1.8rem;
color: var(--accent-primary);
margin-bottom: 20px;
font-weight: 600;
}
.changelog-placeholder p {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.6;
max-width: 500px;
margin: 0 auto;
}
/* Future changelog entry styles */
.changelog-entry {
border-bottom: 1px solid var(--border-primary);
padding: 40px;
position: relative;
}
.changelog-entry:last-child {
border-bottom: none;
}
.changelog-version {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.version-tag {
background: linear-gradient(45deg, #00bcd4, #00e676);
color: #1f1f1f;
padding: 8px 16px;
border-radius: 20px;
font-weight: 700;
font-size: 0.9rem;
}
.version-date {
color: var(--text-secondary);
font-size: 0.95rem;
}
.changelog-changes {
color: var(--text-primary);
}
.changelog-changes h3 {
color: var(--accent-primary);
font-size: 1.3rem;
margin: 0 0 15px 0;
font-weight: 700;
}
.changelog-changes h4 {
color: var(--accent-secondary);
font-size: 1.1rem;
margin: 20px 0 10px 0;
font-weight: 600;
}
.changelog-changes ul {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}
.changelog-changes li {
padding: 5px 0 5px 25px;
position: relative;
line-height: 1.5;
}
.changelog-changes li::before {
content: "•";
position: absolute;
left: 0;
color: var(--accent-primary);
font-weight: bold;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
.changelog-hero {
padding: 60px 20px 50px 20px;
}
.changelog-title {
font-size: 2.2rem;
}
.changelog-subtitle {
font-size: 1rem;
padding: 0 20px;
}
.changelog-content {
padding: 60px 15px;
}
.changelog-placeholder {
padding: 60px 30px;
}
.placeholder-icon {
font-size: 3rem;
}
.changelog-placeholder h3 {
font-size: 1.5rem;
}
.changelog-placeholder p {
font-size: 1rem;
}
.changelog-entry {
padding: 30px 25px;
}
.changelog-version {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
}
@media (max-width: 480px) {
.changelog-hero {
padding: 50px 15px 40px 15px;
}
.changelog-title {
font-size: 1.8rem;
}
.changelog-subtitle {
font-size: 0.9rem;
}
.changelog-content {
padding: 50px 10px;
}
.changelog-placeholder {
padding: 50px 20px;
}
.placeholder-icon {
font-size: 2.5rem;
}
.changelog-placeholder h3 {
font-size: 1.3rem;
}
.changelog-placeholder p {
font-size: 0.9rem;
}
.changelog-entry {
padding: 25px 20px;
}
}
</style>
<script>
// Simple navigation for changelog page
document.addEventListener('DOMContentLoaded', function () {
const navLinks = document.querySelectorAll('.nav-link');
navLinks.forEach(link => {
link.addEventListener('click', function (e) {
const href = this.getAttribute('href');
// Handle navigation to main page sections
if (href.startsWith('index.html#')) {
window.location.href = href;
}
});
});
});
</script>
<!-- Cookie Consent Banner -->
<link rel="stylesheet" href="cookie-consent.css">
<script src="cookie-consent.js" defer></script>
</body>
</html>