|
|
||
|---|---|---|
| .. | ||
| assets | ||
| README.md | ||
| _redirects | ||
| community-guidelines.html | ||
| delete-account.html | ||
| index.html | ||
| privacy.html | ||
| terms.html | ||
README.md
ZekoChat Website
This is the official website for ZekoChat, providing information about the app, privacy policy, and account deletion requests.
Files
index.html- Homepage with app information and featuresprivacy.html- Privacy Policy pagedelete-account.html- Account deletion request formassets/logo.png- App logo
Features
- Responsive design using Tailwind CSS
- Mobile-friendly navigation
- Privacy Policy compliant with GDPR and other privacy regulations
- Account deletion request form for user data management
- Modern, clean UI matching the app's design language
Deployment
To deploy this website:
- Upload all files to your web server
- Ensure the
assetsfolder andlogo.pngare accessible - Configure your backend to handle the account deletion form submissions (currently the form just logs to console)
Customization
- Update email addresses in
privacy.htmlanddelete-account.html - Modify colors in the Tailwind config if needed
- Add your actual backend endpoint for form submission in
delete-account.html
Notes
- The account deletion form currently only shows a success message. You'll need to implement backend handling to process actual deletion requests.
- Update the Google Play Store link in
index.htmlwith your actual app URL once published.