added styling with bootswatch, corrected error on create browser window, corrected launch name to correctly launch the application using electron .

This commit is contained in:
Queen Bee
2018-01-05 12:27:36 -08:00
parent d672f134ef
commit efb3decd04
4 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DocumentIt</title>
<link rel="stylesheet" href="https://bootswatch.com/4/pulse/bootstrap.min.css">
</head>
<body>
<h1>DocumentIt</h1>
</body>
<script>
require('./renderer.js');
</script>
</html>