diff --git a/src/web/maestro/maestro_test_account_app_menu.html b/src/web/maestro/maestro_test_account_app_menu.html new file mode 100644 index 0000000..df2858f --- /dev/null +++ b/src/web/maestro/maestro_test_account_app_menu.html @@ -0,0 +1,58 @@ + + + + + 마우스 타자 연습 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/web/main/free_player_app_menu.html b/src/web/main/free_player_app_menu.html new file mode 100644 index 0000000..df2858f --- /dev/null +++ b/src/web/main/free_player_app_menu.html @@ -0,0 +1,58 @@ + + + + + 마우스 타자 연습 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/web/module/home_section.html b/src/web/module/home_section.html index 9797bc3..2b80c64 100644 --- a/src/web/module/home_section.html +++ b/src/web/module/home_section.html @@ -43,12 +43,6 @@ function loadMaestroTestAccountInfo() { let xhr = new XMLHttpRequest(); //new로 생성. } -function playFree() { - loadMaestroTestAccountInfo(); - // window.open("./../client/menu_app.html", "_blank"); - location.href = "./../client/menu_app.html"; -} - function experienceMaestro() { loadMaestroTestAccountInfo(); location.href = "./../maestro/main_menu.html"; @@ -61,7 +55,7 @@ function experienceMaestro() {