Commit Graph

3 Commits

Author SHA1 Message Date
39afff75c4 feat: Add initial chat page UI
This commit introduces a new, self-contained chat page, including the necessary HTML, CSS, and JavaScript files.

The page features a modern, responsive design with a glassmorphism effect on the main chat container, a gradient background with animated floating circles, and a clear layout for displaying sent and received messages.

- `index.html`: Defines the structure for the header, message area, and input form.
- `style.css`: Provides the visual styling, including the glass effect, message bubbles, and responsive adjustments.
- `script.js`: Contains the initial client-side logic for adding messages to the chat.
2025-07-12 09:50:35 +07:00
28b4d09993 Add login page with email/phone toggle and form validation
- Created login page with email/number toggle functionality
- Added input validation and phone number formatting
- Implemented background animation and responsive design
- Set up webhook integration for form submissions
2025-07-12 09:49:12 +07:00
5ae81e4ecc Initial commit 2025-07-11 18:41:11 +00:00