Spaces:
Running
Running
GPTfree api
commited on
Update index.html
Browse files- index.html +6 -2
index.html
CHANGED
@@ -29,7 +29,11 @@
|
|
29 |
</div>
|
30 |
|
31 |
<div id="urlMode" class="hidden">
|
32 |
-
<input id="urlInput" type="text" placeholder="表示するURLを入力してください" size="50">
|
|
|
|
|
|
|
|
|
33 |
</div>
|
34 |
|
35 |
<button id="displayButton">表示</button>
|
@@ -129,4 +133,4 @@
|
|
129 |
});
|
130 |
</script>
|
131 |
</body>
|
132 |
-
</html>
|
|
|
29 |
</div>
|
30 |
|
31 |
<div id="urlMode" class="hidden">
|
32 |
+
<input id="urlInput" type="text" placeholder="表示するURLを入力してください" list="urlOptions" size="50">
|
33 |
+
<datalist id="urlOptions">
|
34 |
+
<option value="https://gooberdash.winterpixel.io">
|
35 |
+
<option value="https://inv.nadeko.net/">
|
36 |
+
</datalist>
|
37 |
</div>
|
38 |
|
39 |
<button id="displayButton">表示</button>
|
|
|
133 |
});
|
134 |
</script>
|
135 |
</body>
|
136 |
+
</html>
|