Cloudflare Pages Test Deployment
This is a lightweight static site created purely for evaluating Cloudflare Pages as a hosting option. It includes multiple pages, styling, a client-side script, an image asset, a redirect rule, and a serverless Pages Function so you can validate the platform end-to-end.
Static Assets
HTML, CSS, JS, and an SVG image to confirm asset delivery and caching behave as expected.
Routing
Try visiting /old-page to confirm the _redirects rule works.
Pages Functions
Visit /api/hello to test a serverless edge function response.