Guest User

cuntdown uncunted

a guest
Dec 15th, 2024
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <link rel="icon" type="image/x-icon" href="favicon.png">
  7. <title>Cuntdown Rewards!</title>
  8. <meta property="og:title" content="Cuntdown Rewards!">
  9. <meta property="og:description" content="Randomly generate a Cuntdown Rewards card to protect your privacy. No signup or personal info required.">
  10. <meta property="og:image" content="https://cuntdown.co.nz/favicon.png">
  11. <style type="text/css">
  12. body {
  13. font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
  14. margin: 0;
  15. padding: 0;
  16. box-sizing: border-box;
  17. line-height: 1.6;
  18. color: #333;
  19. }
  20.  
  21. header {
  22. background-color: #FD6400;
  23. color: white;
  24. padding: 20px;
  25. text-align: center;
  26. }
  27.  
  28. h1 {
  29. font-size: clamp(2rem, 5vw, 3.5rem);
  30. margin: 0;
  31. }
  32.  
  33. .container {
  34. padding: 20px;
  35. max-width: 800px;
  36. margin: auto;
  37. }
  38.  
  39. img {
  40. width: 100%;
  41. height: auto;
  42. border: 2px solid #ddd;
  43. border-radius: 10px;
  44. }
  45.  
  46. h2 {
  47. font-size: clamp(1.5rem, 4vw, 2.5rem);
  48. margin-top: 0rem;
  49. margin-bottom: 0rem;
  50. }
  51.  
  52. h3 {
  53. font-size: clamp(1.25rem, 3vw, 1.75rem);
  54. margin-bottom: 0.5rem;
  55. }
  56.  
  57. p {
  58. font-size: clamp(1rem, 2.5vw, 1.25rem);
  59. margin: 0.5rem 0;
  60. }
  61.  
  62. ul {
  63. list-style-type: none;
  64. padding: 0;
  65. }
  66.  
  67. li {
  68. margin-bottom: 1rem;
  69. }
  70.  
  71. .desktop_warning {
  72. display: none;
  73. background: #ffeeba;
  74. padding: 1rem;
  75. border: 1px solid #ffc107;
  76. border-radius: 5px;
  77. margin-bottom: 1rem;
  78. }
  79.  
  80. @media screen and (min-width: 768px) {
  81. .desktop_warning {
  82. display: block;
  83. }
  84. }
  85. </style>
  86. </head>
  87.  
  88. <body>
  89. <header>
  90. <h1>cuntdown rewards!!</h1>
  91. </header>
  92. <div class="container">
  93. <h2>your cuntdown rewards card:</h2>
  94. <img src="https://i1i.li/cuntdown" alt="Cuntdown Rewards Card">
  95. <div class="desktop_warning">
  96. <h2>Note:</h2>
  97. <p>This page was designed for mobile. It may look better on a smaller screen. If you're on desktop, press Ctrl+Shift+I and Ctrl+Shift+M to view in mobile mode.</p>
  98. </div>
  99. <h2>FAQ:</h2>
  100. <ul>
  101. <li>
  102. <h3>What is this?</h3>
  103. <p>Randomly generated loyalty cards for Cuntdown, the popular Minecraft supermarket!</p>
  104. </li>
  105. <li>
  106. <h3>How does it work?</h3>
  107. <p>Cuntdown (a virtual supermarket in Minecraft) generates its loyalty card numbers in a predictable pattern. We can use this pattern to generate valid card numbers ourselves.</p>
  108. </li>
  109. <li>
  110. <h3>Why would I want this?</h3>
  111. <p>Protect your privacy and personal info while still enjoying rewards. You lose very little (just 0.75% savings from points) and can mess with their data a bit!</p>
  112. </li>
  113. </ul>
  114. </div>
  115. </body>
  116.  
  117. </html>
  118.  
Advertisement
Add Comment
Please, Sign In to add comment