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.

12 lines
351 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.versions.node)</script>,
  9. Chrome <script>document.write(process.versions.chrome)</script>,
  10. and Electron <script>document.write(process.versions.electron)</script>.
  11. </body>
  12. </html>