# Deus Subdomain

Static hosting for the Deus Ex reality-map visualization, with a small landing shell in `index.html` and the raw interactive map in `map.html`.

## Source

- The raw deployed page is a copy of `../../../../../../deus/network-visualization-v3.html`
- `index.html` is only a wrapper; `map.html` holds the full visualization
- The visualization is self-contained aside from the D3 CDN reference
- The wrapper includes a fullscreen button that hands you the raw map directly

## Deployment

- Vercel project: `deus` (new project on first deploy)
- Domain: `deus.aequitas-lex-arbitrage.com`

## Notes

- Serve `index.html` directly as a static site.
- Keep the source copy aligned with the backup visualization when you change the map.
