diff --git a/docs/favicon.ico b/favicon.ico similarity index 100% rename from docs/favicon.ico rename to favicon.ico diff --git a/docs/ide.js b/ide.js similarity index 91% rename from docs/ide.js rename to ide.js index 25e966a..b3c07bd 100644 --- a/docs/ide.js +++ b/ide.js @@ -1,6 +1,6 @@ (async () => { jdk.log = document.getElementById('javaConsole'); - await jdk.init('../jdk'); + await jdk.init('./jdk'); let file0 = document.getElementById('javaFile'); file0.onchange = async () => { diff --git a/docs/index.html b/index.html similarity index 92% rename from docs/index.html rename to index.html index 1361944..ac24a03 100755 --- a/docs/index.html +++ b/index.html @@ -2,7 +2,7 @@
- +