A dumb site I made to learn how to use Google Cloud Run and enough JavaScript to make something happen. If you want a dumb site of your own you can deploy this using Docker!
It lets you set a large white page with the text Yes or No depending on the state of your CI.
Set the text:
https://mydomain.com/set?value=[yes or no]&token=someVeryRandomToken
See the text:
https://mydomain.com
This is a very dumb site, it doesn't do anything else. Was that not clear enough? If not, feel free to send PRs that I likely won't notice for weeks.