From: bochard Date: Fri, 5 Dec 2025 10:24:42 +0000 (+0800) Subject: trying to add .mid music on my site X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=9e1c11d5d5bc660779d7f7296b4393a975ae0540;p=mysite.git trying to add .mid music on my site --- diff --git a/audio/staying-alive.mid b/audio/staying-alive.mid new file mode 100644 index 0000000..404fda9 Binary files /dev/null and b/audio/staying-alive.mid differ diff --git a/index.php b/index.php index d496576..39b9fe3 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ $pgtitle = "bochard's net home"; $pgdescription = ""; $pgcss = ['index.css']; - $pgjs = []; + $pgjs = ['index.js']; head($pgtitle, $pgdescription, $pgcss, $pgjs); ?> @@ -11,7 +11,10 @@ - + + Play staying-alive.mid
diff --git a/script/index.js b/script/index.js new file mode 100644 index 0000000..cf7639f --- /dev/null +++ b/script/index.js @@ -0,0 +1 @@ +