diff --git a/public/ki-kompetenzen.html b/public/ki-kompetenzen.html
index 4b2400ee9cb61ccb6e0e2514edce70519d2461d7..fb3504076a83d80e486bb70b315b14db8c143991 100644
--- a/public/ki-kompetenzen.html
+++ b/public/ki-kompetenzen.html
@@ -28,11 +28,11 @@
     .card {
       margin-bottom: 20px;
     }
-    
+
     .video-container {
       text-align: center;
     }
-    
+
     .video-container iframe {
       width: 100%;
       height: 315px;
@@ -104,14 +104,23 @@
       </div>
     </section>
 
+    <!--
     <section class="container mt-5">
       <div class="video-container">
         <iframe src="https://www.youtube.com/embed/your-video-id" frameborder="0" allowfullscreen></iframe>
       </div>
     </section>
+    -->
   </main>
 
   <footer>
     <div class="container">
       <p>Um zur Startseite zurückzukehren, klicken Sie bitte auf den folgenden Link:</p>
-      <a
+      <a href="index.html">Zurück zur Startseite</a>
+      <p>&copy; 2024 KNIGHT Project. All rights reserved.</p>
+    </div>
+  </footer>
+
+  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
+</body>
+</html>