diff --git a/index.html b/index.html index 4b241b43e32a8eb3f2fdd6dba51ba3bd7a44d68e..d81135b24675f02eb20cae84970ec077754dee82 100644 --- a/index.html +++ b/index.html @@ -11,4 +11,8 @@ <script type="text/javascript"> new QRCode(document.getElementById("qrcode"), location.hash.substring(1)); </script> + + <footer> + <p><a href="https://legal.cccv.de/">Impressum und Datenschutzerklärung</a></p> + </footer> </html>