index.html 253 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Hello World!</title>
  6. <link rel="stylesheet" href="index.css">
  7. </head>
  8. <body>
  9. <h1>💖 Hello World!</h1>
  10. <p>Welcome to your Electron application.</p>
  11. </body>
  12. </html>