From ad2c621ffec0168918ac03de1f270dad5dc43e45 Mon Sep 17 00:00:00 2001
From: Julien WITTOUCK <julien.wittouck@gmail.com>
Date: Wed, 11 Dec 2024 08:15:50 +0100
Subject: [PATCH] :sparkles: : add end poll

---
 index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index f0c4532..da1bae6 100644
--- a/index.html
+++ b/index.html
@@ -393,6 +393,7 @@
             </div>
             <div class="card-footer">
               <a href="w12-rendu/12-criteres-notation.html" class="btn btn-primary">🔰 Critères de notation</a>
+              <a href="https://forms.gle/zNjzinPzgWyGCqW37" target="_blank" class="btn btn-primary">🗳️ Sondage de fin</a>
             </div>
           </div>
         </div>
@@ -400,7 +401,7 @@
     </div>
 
     <div id="footer">
-      <div id="footer-text" class="index-last-update">Last updated Wed. 04 Dec</div>
+      <div id="footer-text" class="index-last-update">Last updated Wed. 11 Dec</div>
     </div>
 
     <script
-- 
GitLab