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

3
.gitignore vendored
View File

@ -1 +1,2 @@
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 World!</title> <title>Hello Dana!</title>
</head> </head>
<body> <body>
<h1>💖 Hello World!</h1> <h1>💖 Hello Dana!</h1>
<p>Welcome to your Electron application.</p> <p>Welcome to your Electron application.</p>
</body> </body>
</html> </html>