Compare commits

..

No commits in common. "88b00d993515d63f1873de33ccc39a059fdb2de1" and "b16959e4db7cbf5ca65e50d1b352229f5d450020" have entirely different histories.

2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
node_modules
.webpack
node_modules

View File

@ -2,11 +2,11 @@
<html>
<head>
<meta charset="UTF-8" />
<title>Hello Dana!</title>
<title>Hello World!</title>
</head>
<body>
<h1>💖 Hello Dana!</h1>
<h1>💖 Hello World!</h1>
<p>Welcome to your Electron application.</p>
</body>
</html>