diff --git a/index.html b/index.html index 5e2873d8749f8bd8c2360f18ed3b1f9369716ccb..3f7de555df6d8075357f53d8b3f87916d2735296 100644 --- a/index.html +++ b/index.html @@ -3,15 +3,15 @@ <title>QR</title> </head> <style> - #qrcode{ - position: absolute; - top: 50%; - left: 50%; - margin-top: -50px; - margin-left: -50px; - width: 100px; - height: 100px; - } + #qrcode{ + position: absolute; + top: 50%; + left: 50%; + margin-top: -50px; + margin-left: -50px; + width: 100px; + height: 100px; + } </style> <body> <div id="qrcode"></div> @@ -36,6 +36,6 @@ </script> <footer> - <p><a href="https://legal.cccv.de/">Impressum und Datenschutzerklärung</a></p> - </footer> + <p><a href="https://legal.cccv.de/">Impressum und Datenschutzerklärung</a></p> + </footer> </html>