Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -213,7 +213,7 @@ tailwind.config = {
|
|
| 213 |
<body class="h-screen flex overflow-hidden text-pearl">
|
| 214 |
|
| 215 |
<!-- Privacy notice -->
|
| 216 |
-
<
|
| 217 |
<div class="bg-smoke border border-ash rounded-xl p-6 max-w-sm w-full mx-4 shadow-2xl">
|
| 218 |
<div class="flex items-start gap-3 mb-4">
|
| 219 |
<svg class="w-5 h-5 text-amber flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
|
@@ -229,7 +229,7 @@ tailwind.config = {
|
|
| 229 |
Got it, let's go
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
-
</div
|
| 233 |
|
| 234 |
<!-- SIDEBAR OVERLAY (mobile) -->
|
| 235 |
<div id="overlay" class="fixed inset-0 bg-black/60 z-20 hidden opacity-0" onclick="closeSidebar()"></div>
|
|
|
|
| 213 |
<body class="h-screen flex overflow-hidden text-pearl">
|
| 214 |
|
| 215 |
<!-- Privacy notice -->
|
| 216 |
+
<div id="privacy-modal" class="fixed inset-0 z-50 flex items-center justify-center bg-black/70 backdrop-blur-sm">
|
| 217 |
<div class="bg-smoke border border-ash rounded-xl p-6 max-w-sm w-full mx-4 shadow-2xl">
|
| 218 |
<div class="flex items-start gap-3 mb-4">
|
| 219 |
<svg class="w-5 h-5 text-amber flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
|
|
|
| 229 |
Got it, let's go
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
+
</div>
|
| 233 |
|
| 234 |
<!-- SIDEBAR OVERLAY (mobile) -->
|
| 235 |
<div id="overlay" class="fixed inset-0 bg-black/60 z-20 hidden opacity-0" onclick="closeSidebar()"></div>
|