index.html 503 Bytes
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Hello World!</title>
  </head>
  <body background="bg.jpg" width = "400 " height = "400">
    <h1>สวัสดีชาวโลก</h1>
    <ol>
    <li>We are using node = <script>document.write(process.versions.node)</script></li>
    <li>Chrome = <script>document.write(process.versions.chrome)</script></li>
    <li>and Electron =  <script>document.write(process.versions.electron)</script>.
  </li>

</ol>
  </body>
</html>