diff --git a/index.html b/index.html
new file mode 100644
index 0000000..0fb642c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,26 @@
+<!-- index.html -->
+
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="viewport" content="width=device-width,initial-scale=1" />
+    <meta charset="UTF-8" />
+    <link
+      rel="stylesheet"
+      href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"
+    />
+  </head>
+  <body>
+    <div data-app id="main">Please wait...</div>
+    <div id="app"></div>
+    <script>
+      window.$docsify = {
+        //...
+        el: '#main',
+        
+      };
+    </script>
+    <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
+  </body>
+</html>
\ No newline at end of file