fork download
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>รหัสลับ</title>
  6. <style>
  7. body {
  8. font-family: 'Courier New', monospace;
  9. background-color: #111;
  10. color: #00FFAA;
  11. text-align: center;
  12. padding: 50px;
  13. }
  14. .code-box {
  15. background-color: #222;
  16. border: 2px dashed #00FFAA;
  17. display: inline-block;
  18. padding: 20px 30px;
  19. font-size: 24px;
  20. letter-spacing: 2px;
  21. border-radius: 10px;
  22. margin-top: 30px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27.  
  28. <h1>รหัสลับที่ถอดได้:</h1>
  29. <div class="code-box">
  30. K2GJ0S8SEDB2BIHMI2D9E0AO3IUPI
  31. </div>
  32.  
  33. </body>
  34. </html>
  35.  
Success #stdin #stdout 0.03s 25808KB
stdin
Standard input is empty
stdout
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>รหัสลับ</title>
  <style>
    body {
      font-family: 'Courier New', monospace;
      background-color: #111;
      color: #00FFAA;
      text-align: center;
      padding: 50px;
    }
    .code-box {
      background-color: #222;
      border: 2px dashed #00FFAA;
      display: inline-block;
      padding: 20px 30px;
      font-size: 24px;
      letter-spacing: 2px;
      border-radius: 10px;
      margin-top: 30px;
    }
  </style>
</head>
<body>

  <h1>รหัสลับที่ถอดได้:</h1>
  <div class="code-box">
    K2GJ0S8SEDB2BIHMI2D9E0AO3IUPI
  </div>

</body>
</html>