diff --git a/index.html b/index.html deleted file mode 100644 index 8d710f0..0000000 --- a/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Hello World! - - -

Hello World!

- We are using node , - Chrome , - and Electron . - - diff --git a/main.js b/main.js index 295b515..d0d4a8e 100644 --- a/main.js +++ b/main.js @@ -9,7 +9,7 @@ function createWindow () { win = new BrowserWindow({ width: 800, height: 600 }) // and load the index.html of the app. - win.loadFile('index.html') + win.loadFile('res/index.html') // Open the DevTools. win.webContents.openDevTools()