Update index.html
Browse files- index.html +1 -2
index.html
CHANGED
|
@@ -628,7 +628,7 @@
|
|
| 628 |
</div>
|
| 629 |
|
| 630 |
<!-- Browser Window -->
|
| 631 |
-
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 25%; width: 900px; height:
|
| 632 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 633 |
<div class="flex items-center gap-2">
|
| 634 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|
|
@@ -1214,6 +1214,5 @@
|
|
| 1214 |
}
|
| 1215 |
});
|
| 1216 |
</script>
|
| 1217 |
-
<script src="https://deepsite.hf.co/deepsite-badge.js"></script>
|
| 1218 |
</body>
|
| 1219 |
</html>
|
|
|
|
| 628 |
</div>
|
| 629 |
|
| 630 |
<!-- Browser Window -->
|
| 631 |
+
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 25%; width: 900px; height: 1000px; z-index: 50;">
|
| 632 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 633 |
<div class="flex items-center gap-2">
|
| 634 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|
|
|
|
| 1214 |
}
|
| 1215 |
});
|
| 1216 |
</script>
|
|
|
|
| 1217 |
</body>
|
| 1218 |
</html>
|