From d61cb2df51e25aac68b09f25a89e248db3134a1b Mon Sep 17 00:00:00 2001 From: marleyrae Date: Fri, 9 Jun 2023 13:55:00 -0700 Subject: [PATCH] php -> html: wordfire + fix menu --- .idea/git_toolbox_prj.xml | 1 - .idea/inspectionProfiles/Project_Default.xml | 25 +- index.html | 2 +- menu.js | 10 +- package.json | 5 + vite.config.js | 38 +- wordfire/TODO.txt | 2 +- wordfire/config.js | 41 ++ wordfire/{index.php => index.html} | 546 ++++++++++--------- wordfire/play1.html | 161 ++++++ wordfire/play1.php | 153 ------ wordfire/play2.html | 226 ++++++++ wordfire/play2.php | 224 -------- wordfire/play3.html | 204 +++++++ wordfire/play3.php | 199 ------- wordfire/play4.html | 243 +++++++++ wordfire/play4.php | 238 -------- wordfire/possums.html | 185 +++++++ wordfire/possums.php | 180 ------ wordfire/precious.html | 205 +++++++ wordfire/precious.php | 201 ------- wordfire/sound.html | 181 ++++++ wordfire/sound.php | 182 ------- wordfire/vars.php | 39 -- 24 files changed, 1797 insertions(+), 1694 deletions(-) create mode 100644 wordfire/config.js rename wordfire/{index.php => index.html} (82%) create mode 100644 wordfire/play1.html delete mode 100644 wordfire/play1.php create mode 100644 wordfire/play2.html delete mode 100644 wordfire/play2.php create mode 100644 wordfire/play3.html delete mode 100644 wordfire/play3.php create mode 100644 wordfire/play4.html delete mode 100644 wordfire/play4.php create mode 100644 wordfire/possums.html delete mode 100644 wordfire/possums.php create mode 100644 wordfire/precious.html delete mode 100644 wordfire/precious.php create mode 100644 wordfire/sound.html delete mode 100644 wordfire/sound.php delete mode 100644 wordfire/vars.php diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml index 4e57990..02b915b 100644 --- a/.idea/git_toolbox_prj.xml +++ b/.idea/git_toolbox_prj.xml @@ -9,7 +9,6 @@ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 285046d..3720826 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,8 +1,31 @@ + + + + + - + + + + + +