Base PHP

Tiny PHP starter

A basic raw PHP website ready to iterate.

Three plain PHP pages, one shared header, one shared footer, no database, no framework, and a Docker runtime.

PHP partials

Header and footer live in `app/partials`.

Tailwind v4

CSS starts in `assets/css` and builds into `app/assets`.

Docker

Nginx serves pages from `app/pages`.

GSAP

Local JS lives in `assets/js`.