This is a standalone romantic birthday page with:
- A soft pink collage layout
- Floating heart animations
- A clickable birthday cake animation
- Webcam gesture controls using MediaPipe Hands
For webcam gestures, open the site through localhost instead of file://.
python3 -m http.server 8000Then visit http://localhost:8000.
- Click
Start the magicor wave your hand to begin the celebration - Click
Show the cake, tap the cake area, or give a thumbs up to reveal the cake - Click any collage photo to replace it with your own image
- The hand gesture scripts load from jsDelivr at runtime, so internet access is needed for webcam gesture detection.
- If camera permission is denied, the page still works with the touch and click interactions.