Go CLI that generates a single self-contained index.html outage page.
- OncoKB logo SVG is embedded directly into HTML.
- Source styles live in
styles.cssand are inlined into HTML.
Important
The generated output is fully standalone.
Serve only index.html during an outage.
- Go 1.22+
./run.shImportant
After running, you only need to deploy/serve index.html.
GOCACHE=/tmp/gocache go run . -o index.htmlOptional:
-logopath to the SVG logo file to embed (default:oncokb.svg)-csspath to the CSS file to inline (default:styles.css)-ooutput HTML file path