From e02d91b1fb6673f386f4285f53f9b8083da3a81c Mon Sep 17 00:00:00 2001
From: Andrej Ristevski <andrej.ristevski.bt1@gmail.com>
Date: Thu, 23 Nov 2023 21:03:04 +0100
Subject: [PATCH 1/2] added my name

---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index 2312513..440c2fb 100644
--- a/index.html
+++ b/index.html
@@ -43,5 +43,6 @@
     <footer>
       <p>Copyright &copy; 2023</p>
     </footer>
+    <p>Andrej Ristevski</p>
   </body>
 </html>
-- 
GitLab


From 38b701d6e08d9bee0d98076c7d6747d276a8551c Mon Sep 17 00:00:00 2001
From: Andrej Ristevski <andrej.ristevski.bt1@gmail.com>
Date: Thu, 23 Nov 2023 21:13:50 +0100
Subject: [PATCH 2/2] added name

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

diff --git a/index.html b/index.html
index fff9c7c..88ad7f9 100644
--- a/index.html
+++ b/index.html
@@ -40,10 +40,10 @@
       <li>Ahmet Adem</li>
       <li>Marko Shiljkovski</li>
       <li>Stefan Krsteski</li>
+      <li>Andrej Ristevski</li>
     </ol>
     <footer>
       <p>Copyright &copy; 2023</p>
     </footer>
-    <p>Andrej Ristevski</p>
   </body>
 </html>
-- 
GitLab