Houston Labs landing page

Professional/futuristic single-page site for Houston Labs LLC.
Static index.html + styles.css; push to main auto-deploys via Forgejo hook.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2ro
2026-06-24 16:20:06 -04:00
commit ecaf3f0327
3 changed files with 326 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# houstonlabs.us
Landing page for **Houston Labs LLC** — a New York technological R&D company.
Static site: plain `index.html` + `styles.css`, no build step.
## Deploy
Push to `main` on `git.us-ea.st/butler/houstonlabs.us` **is** the deploy.
A Forgejo webhook hits `deploy-hook.service` on us-east, which runs
`git pull --ff-only` in `/var/www/houstonlabs.us` and re-chowns to `www-data`.
nginx serves it at https://houstonlabs.us. No restart, no rebuild.
Verify a deploy: `ssh us-east 'journalctl -u deploy-hook -n 20'`