From f1d8b971560aa2844fa36aa2f78868d52b8f13e2 Mon Sep 17 00:00:00 2001 From: Ramforth Date: Thu, 30 Oct 2025 14:51:29 +0100 Subject: [PATCH] Add current time and last Gitea update to index.html --- index.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8495df8..9b519b2 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,11 @@ border-left: 5px solid #FFC107; margin-top: 20px; } + .footer-info { + margin-top: 30px; + font-size: 0.8em; + color: #aaa; + } @@ -75,6 +80,37 @@

For detailed usage instructions and to understand how to deploy these overlays, please refer to the Azuracast README.md within the Gitea repository.

+ + + - + \ No newline at end of file