heartbeat three.js websocket fun

This commit is contained in:
2024-04-23 07:52:20 -04:00
parent 9891ba5b49
commit 8bc482a236
6 changed files with 95 additions and 15 deletions

View File

@@ -12,8 +12,8 @@
#cards {
padding: 20px;
display: grid;
grid-template-columns: repeat(auto-fill, 150px);
grid-gap: 2rem 1rem;
grid-template-columns: repeat(auto-fill, 135px);
grid-gap: 2rem 0.5rem;
justify-content: space-between;
}
@@ -166,6 +166,7 @@
</section>
</div>
<ecg-ticker name="patients" heart-rate="60"></ecg-ticker>
<h1 name="not-found" id="not-found">Not found</h1>
<h1 name="bad-route">Bad route</h1>
<h1 name="not-implemented">Not implemented yet</h1>