Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -226,6 +226,7 @@ Good to see you!
|
|
226 |
const spk = number
|
227 |
// ボタンテキストを設定
|
228 |
button.textContent = "#"+spk.toString()+" "+word;
|
|
|
229 |
|
230 |
// ボタンにクリックイベントを追加
|
231 |
button.onclick = () => tts(word, spk);
|
|
|
226 |
const spk = number
|
227 |
// ボタンテキストを設定
|
228 |
button.textContent = "#"+spk.toString()+" "+word;
|
229 |
+
button.style ="margin:4px;"
|
230 |
|
231 |
// ボタンにクリックイベントを追加
|
232 |
button.onclick = () => tts(word, spk);
|