summaryrefslogtreecommitdiff
path: root/index.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 /index.html
Add: initial working tape-deck with 2019 mix Side A
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8236d1e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang=en>
+ <head>
+ <meta charset=UTF-8>
+ <title>Tapes</title>
+ </head>
+ <body>
+ <a href="tape-deck.html?side=A">
+ <img src="images/side-a.jpeg">
+ </a>
+ <a href="tape-deck.html?side=B">
+ <img src="images/side-b.jpeg">
+ </a>
+ </body>
+</html>