From 88144c1fbc854efbea64845d95bb1d38039806fd Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Fri, 26 Mar 2021 22:24:05 +0100 Subject: [PATCH] fixed formating --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 5e2873d..3f7de55 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> -- GitLab