index.html 751 Bytes
<!-- <h2> Wow </h2> -->
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Hello World!</title>
    <style>
  body {
    background-color: #CCFFFF;
  }
  </style>
  </head>

  <body>
    <h1><font face="Courier New"><font color="Mediumorchid">สวัสดีชาวโลก</font></h1>
    <img src = "p1.jpg" width="400" height="300"><br>
    <br>เราใช้
    <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>