From 449184869740f28229dfb335c341e7f1eabca1f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tiberiu=20Sab=C4=83u?=
Date: Tue, 17 Feb 2026 15:05:35 +0100
Subject: [PATCH] Add link to administrator launcher options
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Tiberiu Sabău
---
server/public_html/index.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/server/public_html/index.html b/server/public_html/index.html
index c9866b9b5..0a7e1d693 100644
--- a/server/public_html/index.html
+++ b/server/public_html/index.html
@@ -79,6 +79,14 @@
.api-link:hover {
transform: scale(1.05);
}
+ a {
+ color: #f06421;
+ text-decoration: none;
+ font-weight: 500;
+ }
+ a:hover {
+ text-decoration: underline;
+ }
.footer {
padding: 1rem;
width: 100%;
@@ -102,6 +110,10 @@ Service Available
Please point your preferred Administrator Launcher to:
+
+ Don't have an Administrator Launcher yet? Learn about
+ available launcher options.
+
You can also explore the Client API at the link below.