KEKEC_BBS_DEV-001 #5

マージ済み
みてるぞ が 9 個のコミットを KEKEC_BBS_DEV-001 から main へマージ 2023-10-29 14:56:15 +09:00
2個のファイルの変更6行の追加6行の削除
コミット a4f7d22c79 の変更だけを表示してゐます - すべてのコミットを表示
+3 -3
ファイルの表示
@@ -6,10 +6,10 @@
<title><?= ($title == '') ? '' : ($title . ' - ') ?>キケッツチャンネル お絵描き掲示板</title>
<link rel="stylesheet" href="https://jpafonts.osdn.jp/webfonts/jpafonts.css" />
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="./styles/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" />
<script defer src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"></script>
<script src="modules/colour-pad.js"></script>
<script src="./scripts/colour-pad.js"></script>
</head>
<body>
@@ -305,7 +305,7 @@
<script type="text/javascript" src="script.js"></script>
<?php if ($thread != -1): ?>
<script type="text/javascript" src="paint.js"></script>
<script type="text/javascript" src="./scripts/paint.js"></script>
<?php endif ?>
</body>
</html>
+1 -1
ファイルの表示
@@ -1,4 +1,4 @@
const music = new Audio ('music.mp3'); // BGM
const music = new Audio ('./assets/music.mp3'); // BGM
let playing = false; // 再生フラグ
let nowPlay = true; // 再生すべきかどぅか