OpenDocs is a minimalist, single-file HTML project intended as a starting point for a lightweight documentation page you can open locally or host as a static site.
The repository currently contains one file:
opendocs.html(HTML 100%) :contentReference[oaicite:0]{index=0}
GitHub also shows no description / website / topics set for the repo yet, and the history currently shows 4 commits. :contentReference[oaicite:1]{index=1}
Download / clone the repo and open:
opendocs.html
in a modern browser.
Serving over http://localhost avoids any file:// restrictions and matches real hosting more closely.
Python
python -m http.server 8080