diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-06 13:01:48 -0600 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-06 13:01:48 -0600 |
commit | a24319df553a1bc55676c5d07e3c56e7168fb8f7 (patch) | |
tree | b76226de03d47fc6ea25ab44a01f4d9c910295bd /tape-deck.html | |
parent | f496d41627cfd09d6b96932ca2560eb2fe0fb54f (diff) |
Fix: title of tape deck page now just generic Tape Deck
plan to add dynamic lookup of title later, or just print on page
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 1747c75..21eeda2 100644 --- a/tape-deck.html +++ b/tape-deck.html @@ -3,7 +3,7 @@ <head> <meta charset=UTF-8> <link rel="stylesheet" type="text/css" href="style.css"> - <title>2019 Mix Side A - Winter</title> + <title>Tape Deck</title> </head> <body> <div class="tape-deck-container"> |