1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 09:27:46 +00:00

Load sound file on startup (#444)

This commit is contained in:
Ajay Bura 2022-05-03 13:18:27 +05:30
parent 43762df998
commit 5cdad44abf
3 changed files with 12 additions and 5 deletions

View file

@ -18,5 +18,11 @@
</head>
<body id="appBody">
<div id="root"></div>
<audio id="notificationSound">
<source src="./sound/notification.ogg" type="audio/ogg" />
</audio>
<audio id="inviteSound">
<source src="./sound/invite.ogg" type="audio/ogg" />
</audio>
</body>
</html>