Untitled


SUBMITTED BY: Metaverse

DATE: May 17, 2024, 6:44 p.m.

UPDATED: Aug. 4, 2024, 11:39 p.m.

FORMAT: Text only

SIZE: 1.4 kB

HITS: 874

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Update Information</title>
  7. <style>
  8. body {
  9. font-family: Arial, sans-serif;
  10. background-color: #f4f4f4;
  11. color: #333;
  12. text-align: center;
  13. padding: 20px;
  14. }
  15. .container {
  16. background: #fff;
  17. border-radius: 8px;
  18. padding: 20px;
  19. box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  20. max-width: 600px;
  21. margin: 0 auto;
  22. }
  23. h1 {
  24. color: #333;
  25. }
  26. .message {
  27. margin-top: 20px;
  28. font-size: 16px;
  29. color: #555;
  30. }
  31. .contact {
  32. margin-top: 20px;
  33. }
  34. a {
  35. color: #007bff;
  36. text-decoration: none;
  37. }
  38. a:hover {
  39. text-decoration: underline;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44. <div class="container">
  45. <h1>Update Required</h1>
  46. <p><strong>Version Code:</strong> 15</p>
  47. <div class="message">
  48. Please update to the latest version!<br>
  49. Any error, please contact <a href="https://t.me/SuperKulot">https://t.me/SuperKulot</a>
  50. </div>
  51. </div>
  52. </body>
  53. </html>

comments powered by Disqus