From 55e8d9d7519cad97a0f5428554806d9eb8e7a00f Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Wed, 23 Dec 2020 21:33:28 -0600 Subject: Fix: css reloading by adding version query param --- index.html | 2 +- style.css | 2 ++ tape-deck.html | 73 +++++++++++++++++++++++++++++----------------------------- 3 files changed, 40 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index 93462bc..d0a6e15 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Tapes diff --git a/style.css b/style.css index 8aacd4c..bed5407 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,8 @@ body { background: lightblue; font-family: "UnifontMedium"; + font-weight: normal; + font-style: normal; } p { diff --git a/tape-deck.html b/tape-deck.html index fec8fe7..cf0fc92 100644 --- a/tape-deck.html +++ b/tape-deck.html @@ -1,39 +1,40 @@ - - - - Tape Deck - - -
-
- -
-
- - - -
-
-

-
-

- Start the tape with the play button, press it again to pause. - Fast-Forward and Rewind buttons are meant to be pressed once, - they'll advance the tape by 20s and then continue playing. - Hit the reset tape button to start it from the beginning, the - website will store your current position on the tape in your - browser, so it should resume the next time you play the tape. -

- -
- - + + + + + Tape Deck + + +
+
+ +
+
+ + + +
+
+

+
+

+ Start the tape with the play button, press it again to pause. + Fast-Forward and Rewind buttons are meant to be pressed once, + they'll advance the tape by 20s and then continue playing. + Hit the reset tape button to start it from the beginning, the + website will store your current position on the tape in your + browser, so it should resume the next time you play the tape. +

+ +
+ + -- cgit v1.2.3