diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-04 17:28:10 -0600 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-04 17:28:10 -0600 |
commit | f6086f86cbc23fc0db538feafdda9e020e1763c8 (patch) | |
tree | d4c08ac5439238e1515252843ab07196346b91b1 /tape-deck.html |
Add: initial working tape-deck with 2019 mix Side A
Diffstat (limited to 'tape-deck.html')
-rw-r--r-- | tape-deck.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tape-deck.html b/tape-deck.html new file mode 100644 index 0000000..3203fd4 --- /dev/null +++ b/tape-deck.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang=en> + <head> + <meta charset=UTF-8> + <title>2019 Mix Side A - Winter</title> + </head> + <body> + <img src="images/cool-deck.gif"> + <p id="notes"></p> + <script src="tape-deck.js"></script> + </body> +</html> |