mirror of
https://github.com/electron/electron.git
synced 2026-02-04 04:05:36 -05:00
@@ -121,7 +121,7 @@ Finally the `index.html` is the web page you want to show:
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
We are using node.js <script>document.write(process.version)</script>
|
||||
We are using io.js <script>document.write(process.version)</script>
|
||||
and Electron <script>document.write(process.versions['electron'])</script>.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user