From 69be9d0045bcfa17b024e4512af4b11d91402057 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philip.kaludercic@fau.de>
Date: Wed, 14 Feb 2024 11:30:59 +0000
Subject: [PATCH] Display the revision of the .css file

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

diff --git a/quiz.html b/quiz.html
index 8d7bec2..afd728e 100644
--- a/quiz.html
+++ b/quiz.html
@@ -76,8 +76,9 @@
 	  </p>
 
 	  <footer>
-	    <code>$Id: quiz.html,v 1.27 2024/01/22 17:56:01 oj14ozun Exp oj14ozun $</code>
+	    <code>$Id: quiz.html,v 1.28 2024/02/13 17:28:27 oj14ozun Exp oj14ozun $</code>
 	    <code id="js-version"></code>
+	    <code id="css-version"></code>
 	  </footer>
 	</aside>
 	<button id="info-toggle">𝒊</button>
-- 
GitLab