diff --git a/app/index.html b/app/index.html new file mode 100644 index 0000000..36d15ca --- /dev/null +++ b/app/index.html @@ -0,0 +1,26 @@ + + + + Scuttlebutt + + + + + + +
+
+
+
+
+
+
+ +
+ + + + + + + diff --git a/app/index.js b/app/index.js index 3874972..f82eb41 100644 --- a/app/index.js +++ b/app/index.js @@ -19,9 +19,8 @@ app.on('ready', function ready () { require('protocol').registerProtocol('ext', require('./lib/ext-protocol')(config)) // open the web app - // shell.openExternal('http://localhost:8008') mainWindow = new BrowserWindow({width: 1000, height: 720}) - mainWindow.loadUrl('http://localhost:8008') + mainWindow.loadUrl('file://' + __dirname + '/index.html') mainWindow.on('closed', function() { mainWindow = null }) // setup menu