質問編集履歴
1
Html追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,19 @@
|
|
18
18
|
|
19
19
|
```HTML
|
20
20
|
|
21
|
+
div class="roulette" id="roulette">①</div>
|
22
|
+
|
23
|
+
<br />
|
24
|
+
|
25
|
+
<input type="button" value="スタート" id="start" onclick="start();"/>
|
26
|
+
|
21
|
-
<input type="button" value="ストップ" id="stop" onclick="stop();"/>
|
27
|
+
<input type="button" value="ストップ" id="stop" onclick="stop();"/>
|
28
|
+
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<input type="text" id="add-name" size="50" placeholder="②" ><button id="add-button">add</button>
|
32
|
+
|
33
|
+
|
22
34
|
|
23
35
|
```
|
24
36
|
|