From 95a5c701cffc239dafcb98820e4cd97db41447bf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 May 2025 14:31:03 +0000 Subject: [PATCH] frontend: Update index.html Indent using tabs (I know, in web) and show the hostname in the browser tab. Signed-off-by: Michael Tremer --- frontend/index.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 9e5fc8f..f57e24d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,13 +1,21 @@ - - - - - Vite App - - -
- - + + + + + + + + + + + {{ hostname() }} + + +
+ + + + -- 2.47.3