Free coin
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Tap to Earn</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', sans-serif; } body { background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); color: white; min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 20px; } .site-frame { background: rgba(255, 255, 255, 0.05); border-radius: 20px; box-shadow: 0 8px 30px rgba(0, 0, 0...