Static deployment sample

A tiny website for testing Vercel uploads.

Use this project to verify static hosting, routing, CSS loading, JavaScript execution, responsive layout, and deploy metadata.

3 Static files
0 Build steps
100% Portable

Smoke tests

Confirm the deployment is alive.

These checks are intentionally simple. If the cards look styled and the button updates the timestamp, the static assets are being served correctly.

HTML

Document loaded

The main page rendered from Vercel's static hosting.

CSS

Styles loaded

Spacing, colors, and responsive layout are coming from `styles.css`.

JS

Script ready

Waiting for the JavaScript check.

Responsive preview

Designed to resize cleanly.

Vercel notes

Upload the folder as a static project.

No framework preset or build command is needed. In Vercel, select this folder as the project root and leave the output directory blank.

vercel-test-site/