The Chaospott Website [chaospott.de](https://chaospott.de)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
376 B
18 lines
376 B
--- |
|
layout: default |
|
--- |
|
<div class="container"> |
|
<div class="row"> |
|
<div class="col-md-12"> |
|
<div id="root"></div> |
|
</div> |
|
</div> |
|
</div> |
|
<script src="https://status.chaospott.de/js/spaceApiDaemon.js"> |
|
</script> |
|
<script> |
|
window.SpaceApiStatistic( |
|
document.getElementById('root'), |
|
{ apiUrl: 'https://status.chaospott.de/api/' } |
|
); |
|
</script> |