Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -171,7 +171,7 @@
|
|
| 171 |
<h2>Kontroller</h2>
|
| 172 |
<div class="sub">The sound is turned on with the first click. Automatic framing is activated when GLB is loaded.</div>
|
| 173 |
</div>
|
| 174 |
-
|
| 175 |
</div>
|
| 176 |
|
| 177 |
<div class="panelBody">
|
|
@@ -635,7 +635,7 @@ function tick(){
|
|
| 635 |
}
|
| 636 |
|
| 637 |
// ---- Boot ----
|
| 638 |
-
setCaption("Booting… I’m just a bird.", "idle");
|
| 639 |
setPill(apiPill, "api: idle", "");
|
| 640 |
setPill(birdPill, "director: idle", "");
|
| 641 |
setPill(musicPill, "music: locked", "warn");
|
|
|
|
| 171 |
<h2>Kontroller</h2>
|
| 172 |
<div class="sub">The sound is turned on with the first click. Automatic framing is activated when GLB is loaded.</div>
|
| 173 |
</div>
|
| 174 |
+
<div class="pill" id="apiPill">api: idle</div>
|
| 175 |
</div>
|
| 176 |
|
| 177 |
<div class="panelBody">
|
|
|
|
| 635 |
}
|
| 636 |
|
| 637 |
// ---- Boot ----
|
| 638 |
+
setCaption("Booting… I’m just a bird. I'm going to tell a joke in a moment.", "idle");
|
| 639 |
setPill(apiPill, "api: idle", "");
|
| 640 |
setPill(birdPill, "director: idle", "");
|
| 641 |
setPill(musicPill, "music: locked", "warn");
|