diff --git a/docz/docs/03-demos/19-desktop/01-electron.md b/docz/docs/03-demos/19-desktop/01-electron.md index 711e139..344803e 100644 --- a/docz/docs/03-demos/19-desktop/01-electron.md +++ b/docz/docs/03-demos/19-desktop/01-electron.md @@ -231,6 +231,7 @@ The demo project is wired for `electron-forge` to build the standalone binary. - [`main.js`](pathname:///electron/main.js) : main process script - [`index.html`](pathname:///electron/index.html) : window page - [`index.js`](pathname:///electron/index.js) : script loaded in render context +- [`styles.css`](pathname:///electron/styles.css) : stylesheet :::caution pass @@ -248,6 +249,7 @@ curl -LO https://docs.sheetjs.com/electron/package.json curl -LO https://docs.sheetjs.com/electron/main.js curl -LO https://docs.sheetjs.com/electron/index.html curl -LO https://docs.sheetjs.com/electron/index.js +curl -LO https://docs.sheetjs.com/electron/styles.css ``` :::note pass @@ -265,6 +267,7 @@ curl.exe -LO https://docs.sheetjs.com/electron/package.json curl.exe -LO https://docs.sheetjs.com/electron/main.js curl.exe -LO https://docs.sheetjs.com/electron/index.html curl.exe -LO https://docs.sheetjs.com/electron/index.js +curl.exe -LO https://docs.sheetjs.com/electron/styles.css ``` ::: diff --git a/docz/static/electron/ew.png b/docz/static/electron/ew.png index 67c7b3e..8b9db9f 100644 Binary files a/docz/static/electron/ew.png and b/docz/static/electron/ew.png differ diff --git a/docz/static/electron/index.html b/docz/static/electron/index.html index f20cfe4..8fcafe1 100644 --- a/docz/static/electron/index.html +++ b/docz/static/electron/index.html @@ -7,31 +7,37 @@
-SheetJS Electron Demo -- - -
-
-Drop a spreadsheet file here to see sheet data- ... or click here to select a file - -
Load a spreadsheet file to see it's contents
+Drag and drop a file here
+or
+ + +