fork download
  1. <!DOCTYPE html>
  2. <html lang="th">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>ร้านขายรหัสเกม</title>
  6. <style>
  7. body { font-family: Arial, sans-serif; background: #f2f2f2; padding: 20px; }
  8. h1 { color: #333; }
  9. .game-item { background: #fff; padding: 15px; margin-bottom: 10px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
  10. .buy-button { background: #4CAF50; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
  11. .buy-button:hover { background: #45a049; }
  12. </style>
  13. </head>
  14. <body>
  15.  
  16. <h1>ร้านขายรหัสเกม</h1>
  17.  
  18. <div class="game-item">
  19. <h2>Free Fire</h2>
  20. <p>ราคา: 100 บาท</p>
  21. <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  22. </div>
  23.  
  24. <div class="game-item">
  25. <h2>ROV</h2>
  26. <p>ราคา: 150 บาท</p>
  27. <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  28. </div>
  29.  
  30. </body>
  31. </html><!DOCTYPE html>
  32. <html lang="th">
  33. <head>
  34. <meta charset="UTF-8">
  35. <title>ร้านขายรหัสเกม</title>
  36. <style>
  37. body { font-family: Arial, sans-serif; background: #f2f2f2; padding: 20px; }
  38. h1 { color: #333; }
  39. .game-item { background: #fff; padding: 15px; margin-bottom: 10px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
  40. .buy-button { background: #4CAF50; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
  41. .buy-button:hover { background: #45a049; }
  42. </style>
  43. </head>
  44. <body>
  45.  
  46. <h1>ร้านขายรหัสเกม</h1>
  47.  
  48. <div class="game-item">
  49. <h2>Free Fire</h2>
  50. <p>ราคา: 100 บาท</p>
  51. <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  52. </div>
  53.  
  54. <div class="game-item">
  55. <h2>ROV</h2>
  56. <p>ราคา: 150 บาท</p>
  57. <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  58. </div>
  59.  
  60. </body>
  61. </html>
Success #stdin #stdout 0.03s 25096KB
stdin
NScjBwjd
stdout
<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <title>ร้านขายรหัสเกม</title>
  <style>
    body { font-family: Arial, sans-serif; background: #f2f2f2; padding: 20px; }
    h1 { color: #333; }
    .game-item { background: #fff; padding: 15px; margin-bottom: 10px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
    .buy-button { background: #4CAF50; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
    .buy-button:hover { background: #45a049; }
  </style>
</head>
<body>

  <h1>ร้านขายรหัสเกม</h1>

  <div class="game-item">
    <h2>Free Fire</h2>
    <p>ราคา: 100 บาท</p>
    <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  </div>

  <div class="game-item">
    <h2>ROV</h2>
    <p>ราคา: 150 บาท</p>
    <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  </div>

</body>
</html><!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <title>ร้านขายรหัสเกม</title>
  <style>
    body { font-family: Arial, sans-serif; background: #f2f2f2; padding: 20px; }
    h1 { color: #333; }
    .game-item { background: #fff; padding: 15px; margin-bottom: 10px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
    .buy-button { background: #4CAF50; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
    .buy-button:hover { background: #45a049; }
  </style>
</head>
<body>

  <h1>ร้านขายรหัสเกม</h1>

  <div class="game-item">
    <h2>Free Fire</h2>
    <p>ราคา: 100 บาท</p>
    <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  </div>

  <div class="game-item">
    <h2>ROV</h2>
    <p>ราคา: 150 บาท</p>
    <button class="buy-button" onclick="alert('ติดต่อแอดมินเพื่อซื้อรหัส')">ซื้อรหัส</button>
  </div>

</body>
</html>