forked from Chaospott/site
.circleci
.well-known
_includes
_layouts
_posts
_sass
blog
bootstrap
css
favicon
fonts
images
js
media
webfonts
.gitignore
.gitmodules
.ruby-version
404.html
Gemfile
README.md
_config.yml
about.md
apple-touch-icon.png
browserconfig.xml
calendar-list.html
calendar.html
calendar_old.md
cms.md
contact.md
corona.md
datenschutzerklaerung.md
favicon-16x16.png
favicon-32x32.png
favicon-96x96.png
favicon.ico
feed.xml
foobar-ev_freistellungsbescheid.pdf
impressum.md
index.html
location.md
status.html
virtuell.md
18 lines
376 B
HTML
18 lines
376 B
HTML
---
|
|
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> |