From 97618f25c1e7d44f4be2dff969cea8a4265bfa84 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 14 Sep 2024 03:01:32 -0700 Subject: [PATCH] Move web related stuff to root --- Album.css => root/Album.css | 0 Album.php => root/Album.php | 0 change-size-button.svg => root/change-size-button.svg | 0 contract-button.svg => root/contract-button.svg | 0 download-button.svg => root/download-button.svg | 0 expand-button.svg => root/expand-button.svg | 0 favicon.svg => root/favicon.svg | 0 get-album-entries.php => root/get-album-entries.php | 0 global.css => root/global.css | 0 hd.svg => root/hd.svg | 0 index.css => root/index.css | 0 index.php => root/index.php | 0 library.php => root/library.php | 0 missing-image-icon.svg => root/missing-image-icon.svg | 0 music-icon.svg => root/music-icon.svg | 0 sd.svg => root/sd.svg | 0 view.css => root/view.css | 0 view.php => root/view.php | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename Album.css => root/Album.css (100%) rename Album.php => root/Album.php (100%) rename change-size-button.svg => root/change-size-button.svg (100%) rename contract-button.svg => root/contract-button.svg (100%) rename download-button.svg => root/download-button.svg (100%) rename expand-button.svg => root/expand-button.svg (100%) rename favicon.svg => root/favicon.svg (100%) rename get-album-entries.php => root/get-album-entries.php (100%) rename global.css => root/global.css (100%) rename hd.svg => root/hd.svg (100%) rename index.css => root/index.css (100%) rename index.php => root/index.php (100%) rename library.php => root/library.php (100%) rename missing-image-icon.svg => root/missing-image-icon.svg (100%) rename music-icon.svg => root/music-icon.svg (100%) rename sd.svg => root/sd.svg (100%) rename view.css => root/view.css (100%) rename view.php => root/view.php (100%) diff --git a/Album.css b/root/Album.css similarity index 100% rename from Album.css rename to root/Album.css diff --git a/Album.php b/root/Album.php similarity index 100% rename from Album.php rename to root/Album.php diff --git a/change-size-button.svg b/root/change-size-button.svg similarity index 100% rename from change-size-button.svg rename to root/change-size-button.svg diff --git a/contract-button.svg b/root/contract-button.svg similarity index 100% rename from contract-button.svg rename to root/contract-button.svg diff --git a/download-button.svg b/root/download-button.svg similarity index 100% rename from download-button.svg rename to root/download-button.svg diff --git a/expand-button.svg b/root/expand-button.svg similarity index 100% rename from expand-button.svg rename to root/expand-button.svg diff --git a/favicon.svg b/root/favicon.svg similarity index 100% rename from favicon.svg rename to root/favicon.svg diff --git a/get-album-entries.php b/root/get-album-entries.php similarity index 100% rename from get-album-entries.php rename to root/get-album-entries.php diff --git a/global.css b/root/global.css similarity index 100% rename from global.css rename to root/global.css diff --git a/hd.svg b/root/hd.svg similarity index 100% rename from hd.svg rename to root/hd.svg diff --git a/index.css b/root/index.css similarity index 100% rename from index.css rename to root/index.css diff --git a/index.php b/root/index.php similarity index 100% rename from index.php rename to root/index.php diff --git a/library.php b/root/library.php similarity index 100% rename from library.php rename to root/library.php diff --git a/missing-image-icon.svg b/root/missing-image-icon.svg similarity index 100% rename from missing-image-icon.svg rename to root/missing-image-icon.svg diff --git a/music-icon.svg b/root/music-icon.svg similarity index 100% rename from music-icon.svg rename to root/music-icon.svg diff --git a/sd.svg b/root/sd.svg similarity index 100% rename from sd.svg rename to root/sd.svg diff --git a/view.css b/root/view.css similarity index 100% rename from view.css rename to root/view.css diff --git a/view.php b/root/view.php similarity index 100% rename from view.php rename to root/view.php