Spaces:
Running
Running
Commit ·
7dd19ac
1
Parent(s): b05b4ac
- 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
|
| 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() {
|