Newer
Older
sample-electron01 / app / index.html
yhornisse on 11 Aug 2021 145 bytes add sample
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Hello World!</title>
  </head>
  <body>
    Hello World!
  </body>
</html>