Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -114,7 +114,7 @@
|
|
| 114 |
<div id="grid-container" class="flex-1 overflow-y-auto p-4 relative">
|
| 115 |
<div class="flex justify-between items-center mb-4 text-sm text-dark-400">
|
| 116 |
<span id="status-text">0 Images Loaded</span>
|
| 117 |
-
<span class="italic text-xs">
|
| 118 |
</div>
|
| 119 |
<div id="image-grid" class="grid grid-cols-[repeat(auto-fill,minmax(220px,1fr))] gap-4">
|
| 120 |
<!-- Images will be injected here -->
|
|
|
|
| 114 |
<div id="grid-container" class="flex-1 overflow-y-auto p-4 relative">
|
| 115 |
<div class="flex justify-between items-center mb-4 text-sm text-dark-400">
|
| 116 |
<span id="status-text">0 Images Loaded</span>
|
| 117 |
+
<span class="italic text-xs"> LOCAL browser storage Only, no Uploads, no cookies, no nothing. ----------- SHIFT+CLICK to MULTI-SELECT - - CTRL+CLICK to TOGGLE.</span>
|
| 118 |
</div>
|
| 119 |
<div id="image-grid" class="grid grid-cols-[repeat(auto-fill,minmax(220px,1fr))] gap-4">
|
| 120 |
<!-- Images will be injected here -->
|