From f6d18b80cd3af3c428ae0ed15509637add1c6bad Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Mon, 4 Dec 2023 12:11:25 +0000 Subject: [PATCH] QR Updates --- src/main/resources/static/qr-scanner.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/qr-scanner.html b/src/main/resources/static/qr-scanner.html index 0a21dda5..34a00ba6 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> -- GitLab