Spaces:
Running
Running
fix: update footer to credit the author in the dashboard
Browse files- health-server.js +1 -1
health-server.js
CHANGED
|
@@ -533,7 +533,7 @@ function renderDashboard(data) {
|
|
| 533 |
<section class="overview">
|
| 534 |
${tiles}
|
| 535 |
</section>
|
| 536 |
-
<footer><
|
| 537 |
</main>
|
| 538 |
<script>
|
| 539 |
document.querySelectorAll('.local-time').forEach(el => {
|
|
|
|
| 533 |
<section class="overview">
|
| 534 |
${tiles}
|
| 535 |
</section>
|
| 536 |
+
<footer>Built by <a href="https://github.com/somratpro" target="_blank" rel="noopener noreferrer" style="color: var(--accent); text-decoration: none;">@somratpro</a></footer>
|
| 537 |
</main>
|
| 538 |
<script>
|
| 539 |
document.querySelectorAll('.local-time').forEach(el => {
|