Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -237,9 +237,9 @@ Good to see you!
|
|
237 |
|
238 |
// ボタンとラベルをDOMに追加
|
239 |
container.appendChild(button);
|
240 |
-
|
241 |
-
}
|
242 |
number +=1
|
|
|
|
|
243 |
|
244 |
}
|
245 |
|
|
|
237 |
|
238 |
// ボタンとラベルをDOMに追加
|
239 |
container.appendChild(button);
|
|
|
|
|
240 |
number +=1
|
241 |
+
}
|
242 |
+
|
243 |
|
244 |
}
|
245 |
|