diff --git a/index.html.orig b/archive/index.html.orig similarity index 100% rename from index.html.orig rename to archive/index.html.orig diff --git a/assets/css/main.css b/assets/css/main.css index 0685f6e..d2daeda 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2591,9 +2591,9 @@ input, select, textarea { -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; - background-color: #1f1815; + background-color: #362621; background-attachment: scroll, scroll; - background-image: url("images/overlay.png"), url("../../images/bg.jpg"); + background-image: url("images/overlay.png"), url("../../images/bg.png"); background-position: top left, top left; background-repeat: repeat, no-repeat; background-size: auto, 150%; diff --git a/images/bg copy.jpg b/images/bg copy.jpg new file mode 100755 index 0000000..ce35b91 Binary files /dev/null and b/images/bg copy.jpg differ diff --git a/images/bg.jpg b/images/bg.jpg index ce35b91..9542cb4 100755 Binary files a/images/bg.jpg and b/images/bg.jpg differ diff --git a/images/bg.png b/images/bg.png new file mode 100644 index 0000000..cb3f8c4 Binary files /dev/null and b/images/bg.png differ diff --git a/index.php b/index.php index e6de36c..7803b01 100755 --- a/index.php +++ b/index.php @@ -69,13 +69,6 @@
-

Now playing

- - - - - -
Loading current song...
@@ -116,7 +109,7 @@

The Spin Logo -

The Spin
Wednesday May 27, 2026
9:30am Eastern

+

The Spin
Friday June 5, 2026
9:00am Eastern (13:00 UTC)

Welcome to my new music playlist!

@@ -206,7 +199,9 @@
  • Github
  • diff --git a/now_playing.php b/now_playing.php index 5b0c6a0..18049e4 100644 --- a/now_playing.php +++ b/now_playing.php @@ -52,7 +52,7 @@ if ($response === FALSE) { } } else { - echo "RFE is currently offline! Please check back later!"; + echo "RFE is currently offline!
    Please check back later!"; } } ?>