25 lines
807 B
Markdown
25 lines
807 B
Markdown
# Gift Prank Website
|
|
|
|
A fun prank website that looks like a gift redemption portal.
|
|
|
|
## How it works:
|
|
|
|
1. **Code Entry**: Enter the 5-digit code: `12345`
|
|
2. **Fake Reveal**: Shows an "epic" gift of a week of brewery tours in Holland + 3-day Defqon.1 festival stay with hardcore videos
|
|
3. **Hoax Reveal**: When they confirm, reveals it's a prank and shows the real gift: a relaxing spa day!
|
|
|
|
## Files:
|
|
- `index.html` - Main HTML structure
|
|
- `styles.css` - Styling and animations
|
|
- `script.js` - Interactive functionality
|
|
|
|
## To run:
|
|
Simply open `index.html` in a web browser!
|
|
|
|
## Customization:
|
|
- Change the redemption code in `script.js` (line 2): `const VALID_CODE = '12345';`
|
|
- Modify the spa gift details in `index.html`
|
|
- Adjust colors and styling in `styles.css`
|
|
|
|
Enjoy pranking your friend! 🎁😂
|