diff --git a/public/index.html b/public/index.html
index 75cf48c7d3512a86e279ad768467f58b65f71041..e7602b464dc2ba04c7a5710549ea52a333ec2387 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>