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 node_modules
.webpack

View File

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