Compare commits

..

2 Commits

Author SHA1 Message Date
88b00d9935 Testing branches 2023-07-13 13:58:19 +09:00
2b75462060 Ignore .webpack folder 2023-07-13 13:54:52 +09:00
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

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