diff options
Diffstat (limited to 'tape-deck.html')
-rw-r--r-- | tape-deck.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tape-deck.html b/tape-deck.html index 6a260ff..2d88d9c 100644 --- a/tape-deck.html +++ b/tape-deck.html @@ -7,7 +7,7 @@ <body> <div display="flex"> <div class="tape-deck"> - <img src="images/cool-deck.gif"> + <img id="tape-deck" src="images/cool-deck.png"> </div> <div class="buttons" display="flex" flex-direction="row" justify-content="center"> <button id="playButton" onclick="play()">Play</button> |