From cf414b683c95b93bb0d9a03d1ea7bf66c478fdea Mon Sep 17 00:00:00 2001
From: Sven Schneider <icedoggy@gmx.de>
Date: Fri, 27 Aug 2021 11:21:06 +0200
Subject: [PATCH] added lins to impressum and datenschutz linking to the
 respecitve hft sites

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

diff --git a/public/index.html b/public/index.html
index 494c673..bee12a1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -763,6 +763,12 @@
                 <!-- Licensing information: https://bootstrapmade.com/license/ -->
                 <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/flexstart-bootstrap-startup-template/ -->
                 Designed by <a href="https://bootstrapmade.com/ ">BootstrapMade</a>
+                <div class="container">
+                    <p>
+                        <a href="https://www.hft-stuttgart.de/impressum" target="_blank" style="padding-right: 10px">Impressum</a>
+                        <a href="https://www.hft-stuttgart.de/datenschutz" target="_blank">Datenschutz</a>
+                    </p>
+                </div>
             </div>
         </div>
     </footer>
-- 
GitLab