fork download
  1. <!DOCTYPE html>
  2. <html lang="th">
  3. <head>
  4. <meta charset="UTF-8">
  5. <style>
  6. /* สไตล์สำหรับแถบเมนู */
  7. .navbar {
  8. background-color: #1a2a44;
  9. padding: 10px 20px;
  10. display: flex;
  11. align-items: center;
  12. font-family: Arial, sans-serif;
  13. border-radius: 10px;
  14. }
  15.  
  16. .navbar a.button {
  17. background-color: #f4c430;
  18. color: #1a2a44;
  19. padding: 8px 15px;
  20. text-decoration: none;
  21. border-radius: 20px;
  22. font-weight: bold;
  23. margin-right: 20px;
  24. }
  25.  
  26. .navbar a {
  27. color: #ffffff;
  28. text-decoration: none;
  29. margin: 0 15px;
  30. font-size: 16px;
  31. }
  32.  
  33. .navbar a:hover {
  34. color: #f4c430;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <div class="navbar">
  40. <a href="https://sites.google.com/view/dek-samut-sakhon" class="button">หน้าแรก</a>
  41. <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AD%E0%B8%B2%E0%B8%8A%E0%B8%8D%E0%B8%B2%E0%B8%81%E0%B8%A3%E0%B8%A3%E0%B8%A1?authuser=2">อาชญากรรม</a>
  42. <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AD%E0%B8%9A%E0%B8%95%E0%B9%80%E0%B8%AB%E0%B8%95?authuser=2">อุบัติเหตุ</a>
  43. <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%94%E0%B8%A7%E0%B8%99?authuser=2">ข่าวด่วน</a>
  44. <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%87%E0%B8%84%E0%B8%A1?authuser=2">สังคม</a>
  45. </div>
  46. </body>
  47. </html>
Success #stdin #stdout 0.03s 25568KB
stdin
Standard input is empty
stdout
<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <style>
    /* สไตล์สำหรับแถบเมนู */
    .navbar {
      background-color: #1a2a44;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      font-family: Arial, sans-serif;
      border-radius: 10px;
    }

    .navbar a.button {
      background-color: #f4c430;
      color: #1a2a44;
      padding: 8px 15px;
      text-decoration: none;
      border-radius: 20px;
      font-weight: bold;
      margin-right: 20px;
    }

    .navbar a {
      color: #ffffff;
      text-decoration: none;
      margin: 0 15px;
      font-size: 16px;
    }

    .navbar a:hover {
      color: #f4c430;
    }
  </style>
</head>
<body>
  <div class="navbar">
    <a href="https://sites.google.com/view/dek-samut-sakhon" class="button">หน้าแรก</a>
    <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AD%E0%B8%B2%E0%B8%8A%E0%B8%8D%E0%B8%B2%E0%B8%81%E0%B8%A3%E0%B8%A3%E0%B8%A1?authuser=2">อาชญากรรม</a>
    <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AD%E0%B8%9A%E0%B8%95%E0%B9%80%E0%B8%AB%E0%B8%95?authuser=2">อุบัติเหตุ</a>
    <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%94%E0%B8%A7%E0%B8%99?authuser=2">ข่าวด่วน</a>
    <a href="https://sites.google.com/view/dek-samut-sakhon/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/%E0%B8%82%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%87%E0%B8%84%E0%B8%A1?authuser=2">สังคม</a>
  </div>
</body>
</html>