mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2024-11-21 17:51:05 +01:00
index.html script & audio fixes
This commit is contained in:
parent
a1d163de0c
commit
147fbeb149
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user