GilbertClaus commited on
Commit
1138c88
·
1 Parent(s): 9b11c4a
Files changed (1) hide show
  1. index.html +5 -0
index.html CHANGED
@@ -47,6 +47,7 @@
47
  <header>
48
  <input type="text" id="urlInput" placeholder="Masukkan URL">
49
  <button onclick="loadWebsite()">Load</button>
 
50
  </header>
51
 
52
  <iframe id="viewer"></iframe>
@@ -61,6 +62,10 @@
61
  alert("URL harus diawali dengan http:// atau https://");
62
  }
63
  }
 
 
 
 
64
  </script>
65
 
66
  </body>
 
47
  <header>
48
  <input type="text" id="urlInput" placeholder="Masukkan URL">
49
  <button onclick="loadWebsite()">Load</button>
50
+ <button onclick="ark()">Ark ReCode</button>
51
  </header>
52
 
53
  <iframe id="viewer"></iframe>
 
62
  alert("URL harus diawali dengan http:// atau https://");
63
  }
64
  }
65
+
66
+ function ark() {
67
+ window.location.href = "/Ark%20ReCode";
68
+ }
69
  </script>
70
 
71
  </body>