GilbertClaus commited on
Commit
7dd19ac
·
1 Parent(s): b05b4ac
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -54,11 +54,11 @@
54
  <body>
55
 
56
  <header>
57
- <input type="text" id="urlInput" placeholder="Masukkan URL (contoh: https://example.com)">
58
  <button onclick="loadWebsite()">Load</button>
59
  </header>
60
 
61
- <iframe id="viewer" src=""></iframe>
62
 
63
  <script>
64
  function loadWebsite() {
 
54
  <body>
55
 
56
  <header>
57
+ <input type="text" id="urlInput" placeholder="Masukkan URL">
58
  <button onclick="loadWebsite()">Load</button>
59
  </header>
60
 
61
+ <iframe id="viewer" src="#"></iframe>
62
 
63
  <script>
64
  function loadWebsite() {