This is a static website for a chiropractic practice, originally built in Webflow and exported as HTML/CSS/JS. It has been cleaned and deployed via Cloudflare Pages for fast, secure, and free hosting.
- Fully static site (HTML, CSS, JS, images, fonts)
- Responsive layout and animation (Webflow-based)
- Hosted via Cloudflare Pages on global edge CDN
- Free SSL and DDoS protection
- Ready for contact form integration via third-party
/ ├── index.html ├── about.html ├── contact-us.html ├── css/ ├── js/ ├── images/ ├── fonts/
- HTTPS is enabled by default
- Site is served via Cloudflare's edge network
- Additional WAF and Access features can be added later
To keep the site static, you can use Formspree or Getform. These allow you to receive submissions without a backend.
To deploy via Cloudflare Pages:
- Push to GitHub
- Connect repo at pages.cloudflare.com
- Set build output directory to
. - Deploy!
This project is private or client-owned. Do not redistribute without permission.