diff --git a/src/index.html b/src/index.html index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..56f659784aea4ff6f735276fbc1de606d1f61def 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <title>FeedingInc</title> + <link rel="stylesheet" href="index.css" /> + <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css"> + </head> +</html> \ No newline at end of file diff --git a/src/index.js b/src/index.js index 61547be9a41251e3e85816dc8893e21e1dc47ef3..28929f79a296fab48618f0898e74ddf60a894ae7 100644 --- a/src/index.js +++ b/src/index.js @@ -17,7 +17,7 @@ const createWindow = () => { }); // and load the index.html of the app. - mainWindow.loadFile(path.join(__dirname, 'index.html')); + mainWindow.loadFile(path.join(__dirname, 'login.html')); // Open the DevTools. mainWindow.webContents.openDevTools();