Spaces:
Running
Running
fix: update footer to credit the author in the dashboard
Browse files- health-server.js +1 -1
health-server.js
CHANGED
|
@@ -1294,7 +1294,7 @@ function renderDashboard(data) {
|
|
| 1294 |
</div>
|
| 1295 |
</div>
|
| 1296 |
|
| 1297 |
-
<footer><
|
| 1298 |
</main>
|
| 1299 |
<script>
|
| 1300 |
async function refresh() {
|
|
|
|
| 1294 |
</div>
|
| 1295 |
</div>
|
| 1296 |
|
| 1297 |
+
<footer>Built by <a href="https://github.com/somratpro" target="_blank" rel="noopener noreferrer" style="color: var(--accent); text-decoration: none;">@somratpro</a></footer>
|
| 1298 |
</main>
|
| 1299 |
<script>
|
| 1300 |
async function refresh() {
|