Add Chrome version
This commit is contained in:
parent
7f2de91eec
commit
2294b4d52b
|
@ -6,6 +6,7 @@
|
|||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
We are using node <script>document.write(process.version)</script>
|
||||
and Chrome <script>document.write(process.versions.chrome)</script>.
|
||||
and Electron <script>document.write(process.versions.electron)</script>.
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue