From 9c1137a69de367378c6b56dd66f5bdcb65a44d13 Mon Sep 17 00:00:00 2001 From: Junior Date: Wed, 29 May 2024 10:27:44 -0400 Subject: [PATCH] Move files into ajax, css, core, and js folders. --- ajax_changequeue.php => ajax/ajax_changequeue.php | 0 ajax_createqueue.php => ajax/ajax_createqueue.php | 0 ajax_disableauto.php => ajax/ajax_disableauto.php | 0 ajax_dropcustomqsong.php => ajax/ajax_dropcustomqsong.php | 0 ajax_dropjukeboxsong.php => ajax/ajax_dropjukeboxsong.php | 0 ajax_dropsong.php => ajax/ajax_dropsong.php | 0 ajax_emptyjukebox.php => ajax/ajax_emptyjukebox.php | 0 ajax_getcustomq.php => ajax/ajax_getcustomq.php | 0 ajax_getjukebox.php => ajax/ajax_getjukebox.php | 0 ajax_getqueuelist.php => ajax/ajax_getqueuelist.php | 0 ajax_getqueuetarget.php => ajax/ajax_getqueuetarget.php | 0 ajax_getvolrange.php => ajax/ajax_getvolrange.php | 0 ajax_getvolume.php => ajax/ajax_getvolume.php | 0 ajax_listsongs.php => ajax/ajax_listsongs.php | 0 ajax_queuesong.php => ajax/ajax_queuesong.php | 0 ajax_searchsongs.php => ajax/ajax_searchsongs.php | 0 ajax_setchristmasfreq.php => ajax/ajax_setchristmasfreq.php | 0 ajax_setqueuetarget.php => ajax/ajax_setqueuetarget.php | 0 ajax_setvolume.php => ajax/ajax_setvolume.php | 0 ajax_skipsong.php => ajax/ajax_skipsong.php | 0 ajax_surpriseme.php => ajax/ajax_surpriseme.php | 0 ajax_togglemute.php => ajax/ajax_togglemute.php | 0 ajax_togglexmas.php => ajax/ajax_togglexmas.php | 0 jquery-1.11.1.min.js => core/jquery-1.11.1.min.js | 0 .../jquery-ui-1.11.2}/external/jquery/jquery.js | 0 .../images/ui-bg_flat_25_000000_40x100.png | Bin .../images/ui-bg_flat_30_cccccc_40x100.png | Bin .../images/ui-bg_flat_50_5c5c5c_40x100.png | Bin .../images/ui-bg_glass_40_ffc73d_1x400.png | Bin .../images/ui-bg_highlight-hard_20_0972a5_1x100.png | Bin .../images/ui-bg_highlight-hard_20_787878_1x100.png | Bin .../images/ui-bg_highlight-soft_33_003147_1x100.png | Bin .../images/ui-bg_highlight-soft_33_3a3a3a_1x100.png | Bin .../images/ui-bg_highlight-soft_35_222222_1x100.png | Bin .../images/ui-bg_highlight-soft_44_444444_1x100.png | Bin .../images/ui-bg_highlight-soft_80_eeeeee_1x100.png | Bin .../jquery-ui-1.11.2}/images/ui-bg_loop_25_000000_21x21.png | Bin .../jquery-ui-1.11.2}/images/ui-icons_222222_256x240.png | Bin .../jquery-ui-1.11.2}/images/ui-icons_4b8e0b_256x240.png | Bin .../jquery-ui-1.11.2}/images/ui-icons_a83300_256x240.png | Bin .../jquery-ui-1.11.2}/images/ui-icons_cccccc_256x240.png | Bin .../jquery-ui-1.11.2}/images/ui-icons_ffffff_256x240.png | Bin {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/index.html | 0 {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.css | 0 {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.js | 0 .../jquery-ui-1.11.2}/jquery-ui.min.css | 0 .../jquery-ui-1.11.2}/jquery-ui.min.js | 0 .../jquery-ui-1.11.2}/jquery-ui.structure.css | 0 .../jquery-ui-1.11.2}/jquery-ui.structure.min.css | 0 .../jquery-ui-1.11.2}/jquery-ui.theme.css | 0 .../jquery-ui-1.11.2}/jquery-ui.theme.min.css | 0 jquery.touchSwipe.min.js => core/jquery.touchSwipe.min.js | 0 desktop.css => css/desktop.css | 0 minimal.css => css/minimal.css | 0 mobile640.css => css/mobile640.css | 0 tf201.css => css/tf201.css | 0 minimal.js => js/minimal.js | 0 57 files changed, 0 insertions(+), 0 deletions(-) rename ajax_changequeue.php => ajax/ajax_changequeue.php (100%) rename ajax_createqueue.php => ajax/ajax_createqueue.php (100%) rename ajax_disableauto.php => ajax/ajax_disableauto.php (100%) rename ajax_dropcustomqsong.php => ajax/ajax_dropcustomqsong.php (100%) rename ajax_dropjukeboxsong.php => ajax/ajax_dropjukeboxsong.php (100%) rename ajax_dropsong.php => ajax/ajax_dropsong.php (100%) rename ajax_emptyjukebox.php => ajax/ajax_emptyjukebox.php (100%) rename ajax_getcustomq.php => ajax/ajax_getcustomq.php (100%) rename ajax_getjukebox.php => ajax/ajax_getjukebox.php (100%) rename ajax_getqueuelist.php => ajax/ajax_getqueuelist.php (100%) rename ajax_getqueuetarget.php => ajax/ajax_getqueuetarget.php (100%) rename ajax_getvolrange.php => ajax/ajax_getvolrange.php (100%) rename ajax_getvolume.php => ajax/ajax_getvolume.php (100%) rename ajax_listsongs.php => ajax/ajax_listsongs.php (100%) rename ajax_queuesong.php => ajax/ajax_queuesong.php (100%) rename ajax_searchsongs.php => ajax/ajax_searchsongs.php (100%) rename ajax_setchristmasfreq.php => ajax/ajax_setchristmasfreq.php (100%) rename ajax_setqueuetarget.php => ajax/ajax_setqueuetarget.php (100%) rename ajax_setvolume.php => ajax/ajax_setvolume.php (100%) rename ajax_skipsong.php => ajax/ajax_skipsong.php (100%) rename ajax_surpriseme.php => ajax/ajax_surpriseme.php (100%) rename ajax_togglemute.php => ajax/ajax_togglemute.php (100%) rename ajax_togglexmas.php => ajax/ajax_togglexmas.php (100%) rename jquery-1.11.1.min.js => core/jquery-1.11.1.min.js (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/external/jquery/jquery.js (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_flat_25_000000_40x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_flat_30_cccccc_40x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_flat_50_5c5c5c_40x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_glass_40_ffc73d_1x400.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_highlight-hard_20_0972a5_1x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_highlight-hard_20_787878_1x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_highlight-soft_33_003147_1x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_highlight-soft_33_3a3a3a_1x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_highlight-soft_35_222222_1x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_highlight-soft_44_444444_1x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_highlight-soft_80_eeeeee_1x100.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-bg_loop_25_000000_21x21.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-icons_222222_256x240.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-icons_4b8e0b_256x240.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-icons_a83300_256x240.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-icons_cccccc_256x240.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/images/ui-icons_ffffff_256x240.png (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/index.html (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.css (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.js (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.min.css (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.min.js (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.structure.css (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.structure.min.css (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.theme.css (100%) rename {jquery-ui-1.11.2 => core/jquery-ui-1.11.2}/jquery-ui.theme.min.css (100%) rename jquery.touchSwipe.min.js => core/jquery.touchSwipe.min.js (100%) rename desktop.css => css/desktop.css (100%) rename minimal.css => css/minimal.css (100%) rename mobile640.css => css/mobile640.css (100%) rename tf201.css => css/tf201.css (100%) rename minimal.js => js/minimal.js (100%) diff --git a/ajax_changequeue.php b/ajax/ajax_changequeue.php similarity index 100% rename from ajax_changequeue.php rename to ajax/ajax_changequeue.php diff --git a/ajax_createqueue.php b/ajax/ajax_createqueue.php similarity index 100% rename from ajax_createqueue.php rename to ajax/ajax_createqueue.php diff --git a/ajax_disableauto.php b/ajax/ajax_disableauto.php similarity index 100% rename from ajax_disableauto.php rename to ajax/ajax_disableauto.php diff --git a/ajax_dropcustomqsong.php b/ajax/ajax_dropcustomqsong.php similarity index 100% rename from ajax_dropcustomqsong.php rename to ajax/ajax_dropcustomqsong.php diff --git a/ajax_dropjukeboxsong.php b/ajax/ajax_dropjukeboxsong.php similarity index 100% rename from ajax_dropjukeboxsong.php rename to ajax/ajax_dropjukeboxsong.php diff --git a/ajax_dropsong.php b/ajax/ajax_dropsong.php similarity index 100% rename from ajax_dropsong.php rename to ajax/ajax_dropsong.php diff --git a/ajax_emptyjukebox.php b/ajax/ajax_emptyjukebox.php similarity index 100% rename from ajax_emptyjukebox.php rename to ajax/ajax_emptyjukebox.php diff --git a/ajax_getcustomq.php b/ajax/ajax_getcustomq.php similarity index 100% rename from ajax_getcustomq.php rename to ajax/ajax_getcustomq.php diff --git a/ajax_getjukebox.php b/ajax/ajax_getjukebox.php similarity index 100% rename from ajax_getjukebox.php rename to ajax/ajax_getjukebox.php diff --git a/ajax_getqueuelist.php b/ajax/ajax_getqueuelist.php similarity index 100% rename from ajax_getqueuelist.php rename to ajax/ajax_getqueuelist.php diff --git a/ajax_getqueuetarget.php b/ajax/ajax_getqueuetarget.php similarity index 100% rename from ajax_getqueuetarget.php rename to ajax/ajax_getqueuetarget.php diff --git a/ajax_getvolrange.php b/ajax/ajax_getvolrange.php similarity index 100% rename from ajax_getvolrange.php rename to ajax/ajax_getvolrange.php diff --git a/ajax_getvolume.php b/ajax/ajax_getvolume.php similarity index 100% rename from ajax_getvolume.php rename to ajax/ajax_getvolume.php diff --git a/ajax_listsongs.php b/ajax/ajax_listsongs.php similarity index 100% rename from ajax_listsongs.php rename to ajax/ajax_listsongs.php diff --git a/ajax_queuesong.php b/ajax/ajax_queuesong.php similarity index 100% rename from ajax_queuesong.php rename to ajax/ajax_queuesong.php diff --git a/ajax_searchsongs.php b/ajax/ajax_searchsongs.php similarity index 100% rename from ajax_searchsongs.php rename to ajax/ajax_searchsongs.php diff --git a/ajax_setchristmasfreq.php b/ajax/ajax_setchristmasfreq.php similarity index 100% rename from ajax_setchristmasfreq.php rename to ajax/ajax_setchristmasfreq.php diff --git a/ajax_setqueuetarget.php b/ajax/ajax_setqueuetarget.php similarity index 100% rename from ajax_setqueuetarget.php rename to ajax/ajax_setqueuetarget.php diff --git a/ajax_setvolume.php b/ajax/ajax_setvolume.php similarity index 100% rename from ajax_setvolume.php rename to ajax/ajax_setvolume.php diff --git a/ajax_skipsong.php b/ajax/ajax_skipsong.php similarity index 100% rename from ajax_skipsong.php rename to ajax/ajax_skipsong.php diff --git a/ajax_surpriseme.php b/ajax/ajax_surpriseme.php similarity index 100% rename from ajax_surpriseme.php rename to ajax/ajax_surpriseme.php diff --git a/ajax_togglemute.php b/ajax/ajax_togglemute.php similarity index 100% rename from ajax_togglemute.php rename to ajax/ajax_togglemute.php diff --git a/ajax_togglexmas.php b/ajax/ajax_togglexmas.php similarity index 100% rename from ajax_togglexmas.php rename to ajax/ajax_togglexmas.php diff --git a/jquery-1.11.1.min.js b/core/jquery-1.11.1.min.js similarity index 100% rename from jquery-1.11.1.min.js rename to core/jquery-1.11.1.min.js diff --git a/jquery-ui-1.11.2/external/jquery/jquery.js b/core/jquery-ui-1.11.2/external/jquery/jquery.js similarity index 100% rename from jquery-ui-1.11.2/external/jquery/jquery.js rename to core/jquery-ui-1.11.2/external/jquery/jquery.js diff --git a/jquery-ui-1.11.2/images/ui-bg_flat_25_000000_40x100.png b/core/jquery-ui-1.11.2/images/ui-bg_flat_25_000000_40x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_flat_25_000000_40x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_flat_25_000000_40x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_flat_30_cccccc_40x100.png b/core/jquery-ui-1.11.2/images/ui-bg_flat_30_cccccc_40x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_flat_30_cccccc_40x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_flat_30_cccccc_40x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_flat_50_5c5c5c_40x100.png b/core/jquery-ui-1.11.2/images/ui-bg_flat_50_5c5c5c_40x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_flat_50_5c5c5c_40x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_flat_50_5c5c5c_40x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_glass_40_ffc73d_1x400.png b/core/jquery-ui-1.11.2/images/ui-bg_glass_40_ffc73d_1x400.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_glass_40_ffc73d_1x400.png rename to core/jquery-ui-1.11.2/images/ui-bg_glass_40_ffc73d_1x400.png diff --git a/jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_0972a5_1x100.png b/core/jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_0972a5_1x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_0972a5_1x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_0972a5_1x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_787878_1x100.png b/core/jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_787878_1x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_787878_1x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_highlight-hard_20_787878_1x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_003147_1x100.png b/core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_003147_1x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_003147_1x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_003147_1x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_3a3a3a_1x100.png b/core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_3a3a3a_1x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_3a3a3a_1x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_33_3a3a3a_1x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_highlight-soft_35_222222_1x100.png b/core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_35_222222_1x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_highlight-soft_35_222222_1x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_35_222222_1x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_highlight-soft_44_444444_1x100.png b/core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_44_444444_1x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_highlight-soft_44_444444_1x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_44_444444_1x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_highlight-soft_80_eeeeee_1x100.png b/core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_80_eeeeee_1x100.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_highlight-soft_80_eeeeee_1x100.png rename to core/jquery-ui-1.11.2/images/ui-bg_highlight-soft_80_eeeeee_1x100.png diff --git a/jquery-ui-1.11.2/images/ui-bg_loop_25_000000_21x21.png b/core/jquery-ui-1.11.2/images/ui-bg_loop_25_000000_21x21.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-bg_loop_25_000000_21x21.png rename to core/jquery-ui-1.11.2/images/ui-bg_loop_25_000000_21x21.png diff --git a/jquery-ui-1.11.2/images/ui-icons_222222_256x240.png b/core/jquery-ui-1.11.2/images/ui-icons_222222_256x240.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-icons_222222_256x240.png rename to core/jquery-ui-1.11.2/images/ui-icons_222222_256x240.png diff --git a/jquery-ui-1.11.2/images/ui-icons_4b8e0b_256x240.png b/core/jquery-ui-1.11.2/images/ui-icons_4b8e0b_256x240.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-icons_4b8e0b_256x240.png rename to core/jquery-ui-1.11.2/images/ui-icons_4b8e0b_256x240.png diff --git a/jquery-ui-1.11.2/images/ui-icons_a83300_256x240.png b/core/jquery-ui-1.11.2/images/ui-icons_a83300_256x240.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-icons_a83300_256x240.png rename to core/jquery-ui-1.11.2/images/ui-icons_a83300_256x240.png diff --git a/jquery-ui-1.11.2/images/ui-icons_cccccc_256x240.png b/core/jquery-ui-1.11.2/images/ui-icons_cccccc_256x240.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-icons_cccccc_256x240.png rename to core/jquery-ui-1.11.2/images/ui-icons_cccccc_256x240.png diff --git a/jquery-ui-1.11.2/images/ui-icons_ffffff_256x240.png b/core/jquery-ui-1.11.2/images/ui-icons_ffffff_256x240.png similarity index 100% rename from jquery-ui-1.11.2/images/ui-icons_ffffff_256x240.png rename to core/jquery-ui-1.11.2/images/ui-icons_ffffff_256x240.png diff --git a/jquery-ui-1.11.2/index.html b/core/jquery-ui-1.11.2/index.html similarity index 100% rename from jquery-ui-1.11.2/index.html rename to core/jquery-ui-1.11.2/index.html diff --git a/jquery-ui-1.11.2/jquery-ui.css b/core/jquery-ui-1.11.2/jquery-ui.css similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.css rename to core/jquery-ui-1.11.2/jquery-ui.css diff --git a/jquery-ui-1.11.2/jquery-ui.js b/core/jquery-ui-1.11.2/jquery-ui.js similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.js rename to core/jquery-ui-1.11.2/jquery-ui.js diff --git a/jquery-ui-1.11.2/jquery-ui.min.css b/core/jquery-ui-1.11.2/jquery-ui.min.css similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.min.css rename to core/jquery-ui-1.11.2/jquery-ui.min.css diff --git a/jquery-ui-1.11.2/jquery-ui.min.js b/core/jquery-ui-1.11.2/jquery-ui.min.js similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.min.js rename to core/jquery-ui-1.11.2/jquery-ui.min.js diff --git a/jquery-ui-1.11.2/jquery-ui.structure.css b/core/jquery-ui-1.11.2/jquery-ui.structure.css similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.structure.css rename to core/jquery-ui-1.11.2/jquery-ui.structure.css diff --git a/jquery-ui-1.11.2/jquery-ui.structure.min.css b/core/jquery-ui-1.11.2/jquery-ui.structure.min.css similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.structure.min.css rename to core/jquery-ui-1.11.2/jquery-ui.structure.min.css diff --git a/jquery-ui-1.11.2/jquery-ui.theme.css b/core/jquery-ui-1.11.2/jquery-ui.theme.css similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.theme.css rename to core/jquery-ui-1.11.2/jquery-ui.theme.css diff --git a/jquery-ui-1.11.2/jquery-ui.theme.min.css b/core/jquery-ui-1.11.2/jquery-ui.theme.min.css similarity index 100% rename from jquery-ui-1.11.2/jquery-ui.theme.min.css rename to core/jquery-ui-1.11.2/jquery-ui.theme.min.css diff --git a/jquery.touchSwipe.min.js b/core/jquery.touchSwipe.min.js similarity index 100% rename from jquery.touchSwipe.min.js rename to core/jquery.touchSwipe.min.js diff --git a/desktop.css b/css/desktop.css similarity index 100% rename from desktop.css rename to css/desktop.css diff --git a/minimal.css b/css/minimal.css similarity index 100% rename from minimal.css rename to css/minimal.css diff --git a/mobile640.css b/css/mobile640.css similarity index 100% rename from mobile640.css rename to css/mobile640.css diff --git a/tf201.css b/css/tf201.css similarity index 100% rename from tf201.css rename to css/tf201.css diff --git a/minimal.js b/js/minimal.js similarity index 100% rename from minimal.js rename to js/minimal.js