Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -653,7 +653,7 @@
|
|
| 653 |
</div>
|
| 654 |
<div class="flex-1 flex items-center gap-2 bg-gray-800 rounded-lg px-3 py-1 border border-gray-700">
|
| 655 |
<i data-lucide="lock" class="w-3 h-3 text-green-400"></i>
|
| 656 |
-
<input type="text" id="browser-url" value="xortron.tech" class="bg-transparent border-none outline-none text-sm text-gray-300 flex-1 font-mono" onkeydown="if(event.key==='Enter')browserNavigate()">
|
| 657 |
<button onclick="browserNavigate()" class="p-1 hover:bg-gray-700 rounded text-gray-400">
|
| 658 |
<i data-lucide="search" class="w-3 h-3"></i>
|
| 659 |
</button>
|
|
@@ -663,7 +663,7 @@
|
|
| 663 |
</div>
|
| 664 |
</div>
|
| 665 |
<div class="flex-1 relative bg-black/40 overflow-hidden">
|
| 666 |
-
<iframe id="browser-frame" src="xortron.tech" class="w-full h-full border-none" sandbox="allow-scripts allow-same-origin allow-forms allow-popups"></iframe>
|
| 667 |
<div id="browser-loading" class="absolute inset-0 bg-gray-900/90 flex items-center justify-center hidden">
|
| 668 |
<div class="flex flex-col items-center gap-3">
|
| 669 |
<div class="w-12 h-12 border-4 border-purple-500/30 border-t-purple-400 rounded-full animate-spin"></div>
|
|
@@ -1064,7 +1064,7 @@
|
|
| 1064 |
}, false);
|
| 1065 |
|
| 1066 |
// Browser functionality
|
| 1067 |
-
let browserHistory = ['xortron.tech'];
|
| 1068 |
let browserHistoryIndex = 0;
|
| 1069 |
|
| 1070 |
function browserNavigate() {
|
|
@@ -1123,7 +1123,7 @@
|
|
| 1123 |
}
|
| 1124 |
|
| 1125 |
function browserHome() {
|
| 1126 |
-
document.getElementById('browser-url').value = 'xortron.tech';
|
| 1127 |
browserNavigate();
|
| 1128 |
}
|
| 1129 |
|
|
|
|
| 653 |
</div>
|
| 654 |
<div class="flex-1 flex items-center gap-2 bg-gray-800 rounded-lg px-3 py-1 border border-gray-700">
|
| 655 |
<i data-lucide="lock" class="w-3 h-3 text-green-400"></i>
|
| 656 |
+
<input type="text" id="browser-url" value="https://xortron.tech" class="bg-transparent border-none outline-none text-sm text-gray-300 flex-1 font-mono" onkeydown="if(event.key==='Enter')browserNavigate()">
|
| 657 |
<button onclick="browserNavigate()" class="p-1 hover:bg-gray-700 rounded text-gray-400">
|
| 658 |
<i data-lucide="search" class="w-3 h-3"></i>
|
| 659 |
</button>
|
|
|
|
| 663 |
</div>
|
| 664 |
</div>
|
| 665 |
<div class="flex-1 relative bg-black/40 overflow-hidden">
|
| 666 |
+
<iframe id="browser-frame" src="https://xortron.tech" class="w-full h-full border-none" sandbox="allow-scripts allow-same-origin allow-forms allow-popups"></iframe>
|
| 667 |
<div id="browser-loading" class="absolute inset-0 bg-gray-900/90 flex items-center justify-center hidden">
|
| 668 |
<div class="flex flex-col items-center gap-3">
|
| 669 |
<div class="w-12 h-12 border-4 border-purple-500/30 border-t-purple-400 rounded-full animate-spin"></div>
|
|
|
|
| 1064 |
}, false);
|
| 1065 |
|
| 1066 |
// Browser functionality
|
| 1067 |
+
let browserHistory = ['https://xortron.tech'];
|
| 1068 |
let browserHistoryIndex = 0;
|
| 1069 |
|
| 1070 |
function browserNavigate() {
|
|
|
|
| 1123 |
}
|
| 1124 |
|
| 1125 |
function browserHome() {
|
| 1126 |
+
document.getElementById('browser-url').value = 'https://xortron.tech';
|
| 1127 |
browserNavigate();
|
| 1128 |
}
|
| 1129 |
|