diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-04 21:49:31 -0600 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-04 21:49:31 -0600 |
commit | 51e62c3f0ee38e4bff4fde336c7d5523ce8c3818 (patch) | |
tree | 46825df36f442f84dc1319ee7bd7efaa7695684a /tape-deck.html | |
parent | 51489ec22a7ad046eedaf3268859fd13defda0ca (diff) |
Add: still image of tape deck when stopped or paused
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> |