From 03674d6e1c5f30de04e53f7f64f585f767d10402 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sat, 6 Mar 2021 00:24:22 -0800 Subject: [PATCH] Fixing up menus + site bouncing. --- ueforth/Makefile | 3 ++- ueforth/site/index.html | 9 ++------- ueforth/site/menu.html | 23 +++++++++++++++++++++++ 3 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 ueforth/site/menu.html diff --git a/ueforth/Makefile b/ueforth/Makefile index a07c8db..51d0e27 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -303,10 +303,11 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \ cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/downloads/uEf64.exe cp -r $(RES)/eforth.ico $(DEPLOY)/downloads/favicon.ico cp site/.gcloudignore $(DEPLOY) - cat site/index.html | $(ESP_REPLACE) >$(DEPLOY)/index.html cat site/ESP32forth.html | $(ESP_REPLACE) >$(DEPLOY)/ESP32forth.html + cat site/index.html | $(UE_REPLACE) >$(DEPLOY)/index.html cat site/linux.html | $(UE_REPLACE) >$(DEPLOY)/linux.html cat site/windows.html | $(UE_REPLACE) >$(DEPLOY)/windows.html + cat site/internals.html | $(UE_REPLACE) >$(DEPLOY)/internals.html cat site/classic.html | $(UE_REPLACE) >$(DEPLOY)/classic.html deploy: clean all diff --git a/ueforth/site/index.html b/ueforth/site/index.html index 32e434a..5349e98 100644 --- a/ueforth/site/index.html +++ b/ueforth/site/index.html @@ -9,13 +9,8 @@ - + +{{MENU}}

Choose you platform above. diff --git a/ueforth/site/menu.html b/ueforth/site/menu.html new file mode 100644 index 0000000..e793bc5 --- /dev/null +++ b/ueforth/site/menu.html @@ -0,0 +1,23 @@ +

+