Spaces:
Running
Running
Update index.html
Browse files- index.html +16 -15
index.html
CHANGED
@@ -9,21 +9,22 @@
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>Space tester</h1>
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
</
|
24 |
-
|
25 |
-
</
|
26 |
-
|
|
|
27 |
<script async>
|
28 |
const urlparams = document.querySelector('[name="urlparams"]');
|
29 |
urlparams.querySelector('button').addEventListener('click', () => {
|
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>Space tester</h1>
|
12 |
+
</div>
|
13 |
+
<form>
|
14 |
+
<fieldset name="urlparams">
|
15 |
+
<legend>URL params</legend>
|
16 |
+
<div>
|
17 |
+
<label>Query params <input name="queryparams" type="text" placeholder="?key=value"></label>
|
18 |
+
</div>
|
19 |
+
<div>
|
20 |
+
<label>Hash <input name="hash" type="text" placeholder="#hash"></label>
|
21 |
+
</div>
|
22 |
+
<div>
|
23 |
+
<button type="button">Update embedder URL</button>
|
24 |
+
</div>
|
25 |
+
</fieldset>
|
26 |
+
</form>
|
27 |
+
|
28 |
<script async>
|
29 |
const urlparams = document.querySelector('[name="urlparams"]');
|
30 |
urlparams.querySelector('button').addEventListener('click', () => {
|