<!-- Add an element including a "hyperping-badge" id -->
<div id="hyperping-badge"></div>
<script src="https://hyperping.io/badge.js" async></script>
<script>
window.onload = function () {
Hyperping.init({
"statuspage": "",
"border": "none",
"borderColor": "#30363D",
"uptime": false,
"dot": true,
"dotSize": 10,
"isNeutral": false,
"dotOk": "#2BAC76",
"dotIncident": "#FFAF36",
"dotOutage": "#E95858",
"dotMaintenance": "#0070F3",
"dotNeutral": "#0070F3",
"operational": "All systems normal",
"incident": "Under investigation",
"outage": "System outage",
"maintenance": "Under maintenance"
});
}
</script>