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