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:
parent
43762df998
commit
5cdad44abf
3 changed files with 12 additions and 5 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue