From 9b1e2ccf6dc018d291c7a02672501c03a6e17d13 Mon Sep 17 00:00:00 2001 From: Sysy's Date: Mon, 30 Mar 2026 15:20:49 +0200 Subject: [PATCH] Use root-relative path for index.css Update stylesheet link in view template from '../../assets/css/index.css' to '/assets/css/index.css' so the CSS resolves from the site root. This prevents broken styling when the page is accessed from nested routes or different template contexts. --- web/templates/view/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/view/index.html b/web/templates/view/index.html index c5075c6..e1460a8 100644 --- a/web/templates/view/index.html +++ b/web/templates/view/index.html @@ -4,7 +4,7 @@ MirorGame - +