Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -424,7 +424,7 @@
|
|
424 |
<button class="px-2 mx-1"><i class="fas fa-arrow-right"></i></button>
|
425 |
<button class="px-2 mx-1"><i class="fas fa-redo"></i></button>
|
426 |
<button class="px-2 mx-1"><i class="fas fa-home"></i></button>
|
427 |
-
<input type="text" class="url-bar flex-1 mx-1" value="
|
428 |
<button class="px-2 mx-1 bg-blue-600" onclick="navigateBrowser()"><i class="fas fa-arrow-right"></i></button>
|
429 |
</div>
|
430 |
<div class="h-full overflow-hidden bg-black">
|
|
|
424 |
<button class="px-2 mx-1"><i class="fas fa-arrow-right"></i></button>
|
425 |
<button class="px-2 mx-1"><i class="fas fa-redo"></i></button>
|
426 |
<button class="px-2 mx-1"><i class="fas fa-home"></i></button>
|
427 |
+
<input type="text" class="url-bar flex-1 mx-1" value="XORTRON" id="browser-url">
|
428 |
<button class="px-2 mx-1 bg-blue-600" onclick="navigateBrowser()"><i class="fas fa-arrow-right"></i></button>
|
429 |
</div>
|
430 |
<div class="h-full overflow-hidden bg-black">
|