Status badge
Status badges are a way to show the status of your site deploys in for example README files. It is a regular SVG image that can be included anywhere. The image is available publicly on the following URL:
https://builder.statichost.eu/SITE_NAME/status.svg
For instance, a status badge for the main statichost.eu website (named “sh”) can be included with the below HTML code. The status badge also links to the site in the builder dashboard.
<a href="https://builder.statichost.eu/sh/" target="_blank">
<img src="https://builder.statichost.eu/sh/status.svg" alt="statichost.eu status">
</a>
The same can be achieved in markdown like this:
[![statichost.eu status](https://builder.statichost.eu/sh/status.svg)](https://builder.statichost.eu/sh/)
The live status badge of the main statichost.eu website (using the above code) looks like this: