From da38df8b43b763d7b51b6c35edd78498f275fa91 Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Wed, 3 May 2023 09:35:27 +0000
Subject: [PATCH] Update public/index.html

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

diff --git a/public/index.html b/public/index.html
index 75cf48c..e7602b4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -42,9 +42,9 @@
   <body>
     <h1>Welcome to My Page!</h1>
     <p>Click on one of the buttons below to go to another page:</p>
+    <img src="mylogo.png" alt="My Logo" id="logo">
     <button onclick="location.href='page1.html'">Go to Page 1</button>
     <button onclick="location.href='page2.html'">Go to Page 2</button>
-    <img src="mylogo.png" alt="My Logo" id="logo">
     <footer>&copy; 2023 HfT Stuttgart. Contact me at <a href="mailto:Muhammad Mlfakhori">muhammad.alfakhori@hft-stuttgart.de</a>.</footer>
   </body>
 </html>
-- 
GitLab