About Us
This is a test fixture for the Deployer application, demonstrating how a complete static site with multiple pages and assets is structured.
Why This Matters
When deploying ZIP files, the deployer needs to handle:
- Extraction of archive contents
- Detection of nested directory structures
- Validation of required index.html file
- Proper file permissions and serving
- Asset path resolution
Technology Stack
This site uses plain HTML, CSS, and JavaScript with no build tools or frameworks—perfect for testing static site deployment.