diff --git a/src/main/resources/static/qr-scanner.html b/src/main/resources/static/qr-scanner.html index 0a21dda5ff3bd1ed5d7cea32a1d216628d5c21a0..34a00ba6f614201221baee42cda953c0c88a442f 100644 --- a/src/main/resources/static/qr-scanner.html +++ b/src/main/resources/static/qr-scanner.html @@ -4,6 +4,7 @@ <head> <meta charset="UTF-8"> <meta name="viewpoint" content="width-device-width, initial-scale=1.0"> + <link rel="stylesheet" href="css/templatingstyle.css"> <link rel="stylesheet" href="css/qrstyle.css"> <script src="https://unpkg.com/html5-qrcode"></script> <script type="module" src="scripts/qr-script.js"></script>