index.html script & audio fixes

This commit is contained in:
p-wojt 2022-01-13 22:22:54 +01:00
parent a1d163de0c
commit 147fbeb149
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Roulette wheel</title>
<script src="dist/bundle.js"></script>
<script src="bundle.js"></script>
<link rel="stylesheet" href="app.css" />
</head>
<body>
<audio class="roulette-wheel-audio">
<source src="static/price-wheel.mp3" type="audio/mpeg">
<source src="static/roulette-wheel.mp3" type="audio/mpeg">
Your browser does not support the audio element
</audio>
<div class="light-dark-mode">