<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>สวัสดี ชาวโลก!</title> </head> <body> <h1>สวัสดี ชาวโลก!</h1> <ol> <li>เราใช้ node เวอร์ชั่น<script>document.write(process.versions.node)</script>,</li> <li>Chrome เวอร์ชั่น<script>document.write(process.versions.chrome)</script>,</li> <li>และ Electron เวอร์ชั่น<script>document.write(process.versions.electron)</script>.</li> </ol> </body> </html>