Skip to content

Instantly share code, notes, and snippets.

@bhushangoel
Created November 23, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhushangoel/3bb8954e86972eabe695cc7fbeb48585 to your computer and use it in GitHub Desktop.
Save bhushangoel/3bb8954e86972eabe695cc7fbeb48585 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
We are using node <script>document.write(process.versions.node)</script>,
Chrome <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment