Minimal static FAQ page built with plain HTML and Tailwind (via CDN).
I have hosted this site on GitHub Pages. You can find the link in the repository.
- Simple, responsive FAQ layout
- Tailwind CSS included from CDN (
@tailwindcss/browser)
- index.html — main markup and layout
- package.json — project metadata and scripts
- README.md — this file
You can inspect the test script at package.json.scripts.test.
No build step required. To view locally:
- Open index.html in a browser.
- (Optional) Use a live-reload extension such as Live Server in VS Code for faster iteration.
To run the (placeholder) test script:
npm run test- Tailwind is loaded from CDN in index.html.
- License defined in package.json: ISC.
ISC