Browse Source

Merge pull request #1 from atom/tweak-index

Add Chrome version and mention node
main
Jessica Lord 10 years ago
parent
commit
fcc251352b
  1. 5
      index.html

5
index.html

@ -5,7 +5,8 @@
</head>
<body>
<h1>Hello World!</h1>
We are using io.js <script>document.write(process.version)</script>
and Electron <script>document.write(process.versions['electron'])</script>.
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>
Loading…
Cancel
Save