From c5590cab01b2a1f443b61276350ea2f5798e9bfa Mon Sep 17 00:00:00 2001 From: GwenNinja <gwenninja@noreply.localhost> Date: Fri, 4 Oct 2024 09:27:01 +0200 Subject: [PATCH] Update index.html --- index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index.html b/index.html index 358c653..1fc5fe0 100644 --- a/index.html +++ b/index.html @@ -12,19 +12,14 @@ /> </head> <body> - <div data-app id="main">Please wait...</div> + <div data-app id="app"></div> <div id="app"></div> <script> window.$docsify = { - //... - el: '#main', loadSidebar: true, loadNavbar: true, mergeNavbar: true, subMaxLevel: 3, - - - }; </script> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>