diff --git a/public/index.html b/public/index.html
index 25dda2f300..4af885a044 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,16 +1,55 @@
-
Logseq: A local-first knowledge base
+
+
+
+
+ const git = await portal.get('git')
+ window.git = git
+ const fs = await portal.get('fs')
+ window.fs = fs
+ const pfs = await portal.get('pfs')
+ window.pfs = pfs
+ const gitHttp = await portal.get('gitHttp')
+ window.gitHttp = gitHttp
+ const workerThread = await portal.get('workerThread')
+ window.workerThread = workerThread
+})()
+
+
+
+
+