Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="icon" type="image/x-icon" href="favicon.png">
- <title>Cuntdown Rewards!</title>
- <meta property="og:title" content="Cuntdown Rewards!">
- <meta property="og:description" content="Randomly generate a Cuntdown Rewards card to protect your privacy. No signup or personal info required.">
- <meta property="og:image" content="https://cuntdown.co.nz/favicon.png">
- <style type="text/css">
- body {
- font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- line-height: 1.6;
- color: #333;
- }
- header {
- background-color: #FD6400;
- color: white;
- padding: 20px;
- text-align: center;
- }
- h1 {
- font-size: clamp(2rem, 5vw, 3.5rem);
- margin: 0;
- }
- .container {
- padding: 20px;
- max-width: 800px;
- margin: auto;
- }
- img {
- width: 100%;
- height: auto;
- border: 2px solid #ddd;
- border-radius: 10px;
- }
- h2 {
- font-size: clamp(1.5rem, 4vw, 2.5rem);
- margin-top: 0rem;
- margin-bottom: 0rem;
- }
- h3 {
- font-size: clamp(1.25rem, 3vw, 1.75rem);
- margin-bottom: 0.5rem;
- }
- p {
- font-size: clamp(1rem, 2.5vw, 1.25rem);
- margin: 0.5rem 0;
- }
- ul {
- list-style-type: none;
- padding: 0;
- }
- li {
- margin-bottom: 1rem;
- }
- .desktop_warning {
- display: none;
- background: #ffeeba;
- padding: 1rem;
- border: 1px solid #ffc107;
- border-radius: 5px;
- margin-bottom: 1rem;
- }
- @media screen and (min-width: 768px) {
- .desktop_warning {
- display: block;
- }
- }
- </style>
- </head>
- <body>
- <header>
- <h1>cuntdown rewards!!</h1>
- </header>
- <div class="container">
- <h2>your cuntdown rewards card:</h2>
- <img src="https://i1i.li/cuntdown" alt="Cuntdown Rewards Card">
- <div class="desktop_warning">
- <h2>Note:</h2>
- <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>
- </div>
- <h2>FAQ:</h2>
- <ul>
- <li>
- <h3>What is this?</h3>
- <p>Randomly generated loyalty cards for Cuntdown, the popular Minecraft supermarket!</p>
- </li>
- <li>
- <h3>How does it work?</h3>
- <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>
- </li>
- <li>
- <h3>Why would I want this?</h3>
- <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>
- </li>
- </ul>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment