i have this block of code currently:
<p align=center>
<!--- Website Status ---->
<a href=>
<img src=https://img.shields.io/website?logo=openstreetmap&down_color=lightgrey&down_message=Offline&label=behr.dev&up_message=Online&url=https%3A%2F%2F.behr.dev>
</a>
<!--- API endpoint Status ---->
<a href=>
<img src=https://img.shields.io/website?logo=openstreetmap&down_color=lightgrey&down_message=Offline&label=api.behr.dev&up_message=Online&url=https%3A%2F%2Fapi.behr.dev%2Fstatus>
</a>
</p>```
which produces the image attached;
i'm struggling to figure out how to create one for my currently online server pointing to play.behr.dev:25565, but i cant get anything to return valid. could someone help with what i might be missing?