index.html 685 Bytes
Newer Older
nittaya chompoosan's avatar
nittaya chompoosan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!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>