Source for the phor.io landing page.
Built as a single-file static site served via GitHub Pages. No build step, no JavaScript runtime, no dependencies — just index.html with inline CSS plus a Google Fonts link (IBM Plex Sans).
| File | Purpose |
|---|---|
index.html |
The complete landing page (HTML + CSS in one file) |
CNAME |
GitHub Pages custom domain configuration (phor.io) |
README.md |
This file |
Hosted via GitHub Pages from the master branch of this repo. Configure under Settings → Pages → Source: master / root.
Custom domain: phor.io (configured via the CNAME file).
To make changes:
# Edit index.html
git add index.html
git commit -m "Update landing page"
git pushGitHub Pages rebuilds and redeploys automatically within ~30 seconds.
© 2026 Phor. Source available for reference. The Phor name and mark are trademarks of Patrick Karle.