Spaces:
Running
Running
Commit ·
8fb6476
1
Parent(s): b22b57b
html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
| 46 |
<header>
|
| 47 |
<input type="text" id="urlInput" placeholder="Masukkan URL">
|
| 48 |
<button onclick="loadWebsite()">Load</button>
|
| 49 |
-
<button onclick="loadWebsite('./ArkReCode')">Ark ReCode</button>
|
| 50 |
</header>
|
| 51 |
|
| 52 |
<iframe id="viewer"></iframe>
|
|
|
|
| 46 |
<header>
|
| 47 |
<input type="text" id="urlInput" placeholder="Masukkan URL">
|
| 48 |
<button onclick="loadWebsite()">Load</button>
|
| 49 |
+
<button onclick="loadWebsite('./ArkReCode/index.html')">Ark ReCode</button>
|
| 50 |
</header>
|
| 51 |
|
| 52 |
<iframe id="viewer"></iframe>
|