<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Hello World!</title>
    <style>
      body {
        background-color: #FFCCCC;
      }  
    </style>
  </head>
  <body>
    <h1>สวัสดีชาวโลก</h1>
      <img src = "nidd.jpg" width="300" height="200"><br>
    <h3>เราใช้</h3>
    <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>