diff --git a/forms/index.frm.php b/forms/index.frm.php index e597e8c..730978b 100644 --- a/forms/index.frm.php +++ b/forms/index.frm.php @@ -6,10 +6,10 @@ <?= ($title == '') ? '' : ($title . ' - ') ?>キケッツチャンネル お絵描き掲示板 - + - + @@ -305,7 +305,7 @@ - + diff --git a/scripts/script.js b/scripts/script.js index a3cd596..2360a09 100644 --- a/scripts/script.js +++ b/scripts/script.js @@ -1,6 +1,6 @@ -const music = new Audio ('music.mp3'); // BGM -let playing = false; // 再生フラグ -let nowPlay = true; // 再生すべきかどぅか +const music = new Audio ('./assets/music.mp3'); // BGM +let playing = false; // 再生フラグ +let nowPlay = true; // 再生すべきかどぅか document.getElementById ('sort').addEventListener ('change', sortChange);