<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<ol>
<li>
เราใช้ node version <script>document.write(process.versions.node)</script>,
</li>
</ol>
<ol>
<li>
Chrome version <script>document.write(process.versions.chrome)</script>,
</li>
</ol>
<ol>
<li>
and Electron version <script>document.write(process.versions.electron)</script>,
</li>
</ol>
</body>
</html>
-
Natchaya Sripaksee authored9f5b24f6