Cloudflare Pages

A tiny static demo

This page has no build step and can be deployed directly to Cloudflare Pages. It includes a responsive layout, basic security headers, and an SPA-friendly fallback.

What is included

01

Static files

Plain HTML and CSS, ideal for checking the Cloudflare Pages deployment path.

02

Responsive UI

The layout works on desktop and mobile, with real content visible on the first screen.

03

Pages config

The demo includes _headers and _redirects for easy expansion later.

Deploy to Cloudflare Pages

  1. Log in to Cloudflare: npx wrangler login
  2. Deploy this folder: npx wrangler pages deploy . --project-name pages-static-demo
  3. After deployment, Wrangler prints the live Pages URL.