Orphan Host
Render HTML files stored in GitHub repository branches — perfect for orphan branches.
How to Use
Add a query string with the repository path to this URL. The format is:
?owner/repo/branch/path/to/file.html
If no file is specified, index.html is assumed:
?owner/repo/branch
Examples
?simonw/test-csv/transcripts→ loadsindex.htmlfrom thetranscriptsbranch?simonw/test-csv/transcripts/page.html→ loadspage.htmlfrom thetranscriptsbranch?https://github.com/simonw/test-csv/blob/transcripts/index.html→ full GitHub URL format