mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03: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