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

---
 public/index.html | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/public/index.html b/public/index.html
index 03fda31..eacf0f8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,6 +16,21 @@
         margin: 20px;
         cursor: pointer;
       }
+      
+      /* Style for the logo */
+      #logo {
+        float: right;
+        margin-right: 20px;
+        margin-top: 20px;
+        width: 100px;
+        height: 100px;
+      }
+      
+      /* Style for the footer */
+      footer {
+        text-align: center;
+        margin-top: 50px;
+      }
     </style>
   </head>
   <body>
@@ -23,5 +38,7 @@
     <p>Click on one of the buttons below to go to another page:</p>
     <button onclick="location.href='page1.html'">Go to Page 1</button>
     <button onclick="location.href='page2.html'">Go to Page 2</button>
+    <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="My Logo" id="logo">
+    <footer>&copy; 2023 My Company</footer>
   </body>
 </html>
-- 
GitLab