From 1c58c5fcd5d4e559c525cf7ec683b1abc669aa71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?LK=5FCl=C3=A9ment?= <c.desbuisson04@gmail.com>
Date: Sat, 23 Dec 2023 13:52:19 +0100
Subject: [PATCH] modif des lien qui renvoie vers les css

---
 forms/login-result.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/forms/login-result.html b/forms/login-result.html
index b2824bd..3394878 100644
--- a/forms/login-result.html
+++ b/forms/login-result.html
@@ -3,9 +3,9 @@
 <head>
     <meta charset='utf-8'>
     <title>Klaxit</title>
-    <link rel='stylesheet' href="../public/styles.css">
-    <link rel='stylesheet' href="../public/login.css">
-    <link rel='stylesheet' href="../public/footer.css">
+    <link rel='stylesheet' href="../css/styles.css">
+    <link rel='stylesheet' href="../css/login.css">
+    <link rel='stylesheet' href="../css/footer.css">
 </head>
 <body>
 
-- 
GitLab