diff --git a/.gitignore b/monaco-html/.gitignore similarity index 100% rename from .gitignore rename to monaco-html/.gitignore diff --git a/.npmignore b/monaco-html/.npmignore similarity index 100% rename from .npmignore rename to monaco-html/.npmignore diff --git a/.prettierignore b/monaco-html/.prettierignore similarity index 100% rename from .prettierignore rename to monaco-html/.prettierignore diff --git a/.prettierrc b/monaco-html/.prettierrc similarity index 100% rename from .prettierrc rename to monaco-html/.prettierrc diff --git a/.vscode/settings.json b/monaco-html/.vscode/settings.json similarity index 100% rename from .vscode/settings.json rename to monaco-html/.vscode/settings.json diff --git a/LICENSE.md b/monaco-html/LICENSE.md similarity index 100% rename from LICENSE.md rename to monaco-html/LICENSE.md diff --git a/README.md b/monaco-html/README.md similarity index 100% rename from README.md rename to monaco-html/README.md diff --git a/SECURITY.md b/monaco-html/SECURITY.md similarity index 100% rename from SECURITY.md rename to monaco-html/SECURITY.md diff --git a/ThirdPartyNotices.txt b/monaco-html/ThirdPartyNotices.txt similarity index 100% rename from ThirdPartyNotices.txt rename to monaco-html/ThirdPartyNotices.txt diff --git a/monaco.d.ts b/monaco-html/monaco.d.ts similarity index 100% rename from monaco.d.ts rename to monaco-html/monaco.d.ts diff --git a/package-lock.json b/monaco-html/package-lock.json similarity index 100% rename from package-lock.json rename to monaco-html/package-lock.json diff --git a/package.json b/monaco-html/package.json similarity index 100% rename from package.json rename to monaco-html/package.json diff --git a/scripts/bundle.js b/monaco-html/scripts/bundle.js similarity index 100% rename from scripts/bundle.js rename to monaco-html/scripts/bundle.js diff --git a/scripts/dts.js b/monaco-html/scripts/dts.js similarity index 100% rename from scripts/dts.js rename to monaco-html/scripts/dts.js diff --git a/scripts/release.js b/monaco-html/scripts/release.js similarity index 100% rename from scripts/release.js rename to monaco-html/scripts/release.js diff --git a/src/fillers/monaco-editor-core-amd.ts b/monaco-html/src/fillers/monaco-editor-core-amd.ts similarity index 100% rename from src/fillers/monaco-editor-core-amd.ts rename to monaco-html/src/fillers/monaco-editor-core-amd.ts diff --git a/src/fillers/monaco-editor-core.ts b/monaco-html/src/fillers/monaco-editor-core.ts similarity index 100% rename from src/fillers/monaco-editor-core.ts rename to monaco-html/src/fillers/monaco-editor-core.ts diff --git a/src/fillers/vscode-nls.ts b/monaco-html/src/fillers/vscode-nls.ts similarity index 100% rename from src/fillers/vscode-nls.ts rename to monaco-html/src/fillers/vscode-nls.ts diff --git a/src/html.worker.ts b/monaco-html/src/html.worker.ts similarity index 100% rename from src/html.worker.ts rename to monaco-html/src/html.worker.ts diff --git a/src/htmlMode.ts b/monaco-html/src/htmlMode.ts similarity index 100% rename from src/htmlMode.ts rename to monaco-html/src/htmlMode.ts diff --git a/src/htmlWorker.ts b/monaco-html/src/htmlWorker.ts similarity index 100% rename from src/htmlWorker.ts rename to monaco-html/src/htmlWorker.ts diff --git a/src/languageFeatures.ts b/monaco-html/src/languageFeatures.ts similarity index 100% rename from src/languageFeatures.ts rename to monaco-html/src/languageFeatures.ts diff --git a/src/monaco.contribution.ts b/monaco-html/src/monaco.contribution.ts similarity index 100% rename from src/monaco.contribution.ts rename to monaco-html/src/monaco.contribution.ts diff --git a/src/tsconfig.esm.json b/monaco-html/src/tsconfig.esm.json similarity index 100% rename from src/tsconfig.esm.json rename to monaco-html/src/tsconfig.esm.json diff --git a/src/tsconfig.json b/monaco-html/src/tsconfig.json similarity index 100% rename from src/tsconfig.json rename to monaco-html/src/tsconfig.json diff --git a/src/workerManager.ts b/monaco-html/src/workerManager.ts similarity index 100% rename from src/workerManager.ts rename to monaco-html/src/workerManager.ts diff --git a/test/index.html b/monaco-html/test/index.html similarity index 100% rename from test/index.html rename to monaco-html/test/index.html diff --git a/yarn.lock b/monaco-html/yarn.lock similarity index 100% rename from yarn.lock rename to monaco-html/yarn.lock