A lightweight static front-end to browse, preview, and download the Epstein Files archive (documents, media, and structured datasets).
- File explorer with search, preview pane, and toggle for full previews.
- Hero card to download the full archive package.
- Responsive layout tuned for wider screens and mobile fallbacks.
- Footer with public-domain notice and GitHub repository link placeholder.
- Clone or download this repository.
- Open
index.htmlin your browser. No build step is required; all assets are local. - Ensure
assets-manifest.jsand theassets/directory remain in place for file listing and downloads to work.
Use the provided helper to rebuild assets-manifest.json and assets-manifest.js after adding or removing files:
python generate_manifest.py --root assets --json assets-manifest.json --js assets-manifest.jsYou can point --root to any folder of files you want to expose. The script writes relative paths (prefixing them with the root folder name) and sizes in bytes.
- Update the GitHub link in the footer (
index.html) to point to your repository. - Adjust copy, branding, or layout in
index.htmlandstyles.cssas needed. - Modify interaction behavior in
scripts.js(e.g., search, refresh, preview handling).
This site is dedicated to the public domain under CC0. See the footer link for details.