Browse Source

Merge pull request #32 from galeksandrp/patch-1

-> Chromium
main
Jessica Lord 10 years ago
parent
commit
48bdcd258f
  1. 2
      index.html

2
index.html

@ -7,7 +7,7 @@
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
We are using node <script>document.write(process.versions.node)</script>, We are using node <script>document.write(process.versions.node)</script>,
Chrome <script>document.write(process.versions.chrome)</script>,
Chromium <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>. and Electron <script>document.write(process.versions.electron)</script>.
</body> </body>
</html> </html>
Loading…
Cancel
Save