You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
278 B

10 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello World!</title>
  5. </head>
  6. <body>
  7. <h1>Hello World!</h1>
  8. We are using node <script>document.write(process.version)</script>
  9. and Electron <script>document.write(process.versions['electron'])</script>.
  10. </body>
  11. </html>