summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:23:29 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:23:29 -0500
commit5b954b09531cd3ebb3d5c9fe2c52641367ffca99 (patch)
tree1a2009d3e30a94470c4ca0bb518c86f95ebc869b /index.html
parentccdbbf5b019db977d121ca096873ce4ced2b6222 (diff)
Add: link to recordings page, move player to left side of element
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 62bec28..49dfc7a 100644
--- a/index.html
+++ b/index.html
@@ -38,9 +38,17 @@
<div class="side">
<h3>Autumn</h3>
<a href="tape-deck.html?side=D">
- <img src="images/side-c.jpeg" class="tape">
+ <img src="images/side-c.jpeg" class="tape">
</a>
</div>
</div>
+ <div class="tape-container">
+ <div class="side">
+ <h3>More Music...</h3>
+ <a href="recordings.html">
+ <img src="images/famicom-recorder.jpeg" class="tape">
+ </a>
+ </div>
+ </div>
</body>
</html>