Spaces:
Running
Running
Commit ·
9a14cdd
1
Parent(s): f2438c4
What
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -69,9 +69,10 @@
|
|
| 69 |
|
| 70 |
function ark() {
|
| 71 |
const urlInput = document.getElementById("urlInput");
|
| 72 |
-
urlInput.value = "https://
|
| 73 |
loadWebsite();
|
| 74 |
}
|
|
|
|
| 75 |
</script>
|
| 76 |
|
| 77 |
</body>
|
|
|
|
| 69 |
|
| 70 |
function ark() {
|
| 71 |
const urlInput = document.getElementById("urlInput");
|
| 72 |
+
urlInput.value = "https://GilbertClaus-Test--HTML.hf.space/Ark%20ReCode/";
|
| 73 |
loadWebsite();
|
| 74 |
}
|
| 75 |
+
|
| 76 |
</script>
|
| 77 |
|
| 78 |
</body>
|