From e136c8d6051cd2e7db05cbad522876849708fb7c Mon Sep 17 00:00:00 2001 From: Stef Date: Sun, 31 Aug 2025 15:07:00 +0200 Subject: [PATCH] Displays ping provided by api --- templates/home.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/home.html b/templates/home.html index 3437cf1..9bfab9f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -43,9 +43,10 @@
- ${s.public ? `` : `
- -
` } +
+ ${s.public ? `` : ``} +
${s.ping}ms
+