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:
17
index.html
17
index.html
@@ -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>
|
||||
Reference in New Issue
Block a user