Run the python script to generate an html page with the list of the latest OpenShift 4 versions.
See it live at versions.openshift.tips
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
source .venv/bin/activate
python versions.py
Then, copy the html somewhere to be served by any web server.