summaryrefslogtreecommitdiff
path: root/tape-deck.html
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-01-04 17:28:10 -0600
committerGrant Shangreaux <shshoshin@protonmail.com>2020-01-04 17:28:10 -0600
commitf6086f86cbc23fc0db538feafdda9e020e1763c8 (patch)
treed4c08ac5439238e1515252843ab07196346b91b1 /tape-deck.html
Add: initial working tape-deck with 2019 mix Side A
Diffstat (limited to 'tape-deck.html')
-rw-r--r--tape-deck.html12
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>