From 2bfeb331f7b14523f4dbd5f8f7851084055f8b3d Mon Sep 17 00:00:00 2001 From: Tywyllich <152664266+Tywyllich@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:44:31 -0800 Subject: [PATCH] Update index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 1f85eb3..c44af1d 100644 --- a/index.html +++ b/index.html @@ -18,5 +18,10 @@

Mental Health

+ function playMusic(){ + var music = new Audio('musicfile.mp3'); + music.play(); + } +