mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-09 11:47:12 +02:00
logic & audio
This commit is contained in:
12
index.html
12
index.html
@@ -9,6 +9,10 @@
|
||||
<link rel="stylesheet" href="app.css" />
|
||||
</head>
|
||||
<body>
|
||||
<audio class="roulette-wheel-audio">
|
||||
<source src="static/price-wheel.mp3" type="audio/mpeg">
|
||||
Your browser does not support the audio element
|
||||
</audio>
|
||||
<div class="light-dark-mode">
|
||||
<img class="moon-sun" src="static/moon.png" alt="mode" />
|
||||
</div>
|
||||
@@ -30,10 +34,12 @@
|
||||
<img class="moon-sun" src="static/sun.png" alt="mode" /> Made by made by
|
||||
<a href="https://www.freepik.com" title="Freepik">Freepik</a> from
|
||||
<a href="https://www.flaticon.com/" title="Flaticon"
|
||||
>www.flaticon.com</a
|
||||
>
|
||||
>www.flaticon.com</a>
|
||||
<a href="https://freesound.org/people/tony_bear/sounds/274007/">
|
||||
Sound
|
||||
</a>
|
||||
</div>
|
||||
<p>Icons</p>
|
||||
<p>Icons & sound</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user