Guest User

Untitled

a guest
Dec 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Hello World!</title>
  6. </head>
  7. <body>
  8. <h1>Hello World!</h1>
  9. <button id="test">Click me</button>
  10. <!-- All of the Node.js APIs are available in this renderer process. -->
  11. We are using Node.js <script>document.write(process.versions.node)</script>,
  12. Chromium <script>document.write(process.versions.chrome)</script>,
  13. and Electron <script>document.write(process.versions.electron)</script>.
  14.  
  15. <script>
  16. // You can also require other files to run in this process
  17. require('./renderer.js')
  18. </script>
  19. </body>
  20. </html>
Add Comment
Please, Sign In to add comment