diff --git a/contact.html b/contact.html index e397232..0e7d7d7 100644 --- a/contact.html +++ b/contact.html @@ -36,6 +36,11 @@ Over Ons + diff --git a/employee-login.html b/employee-login.html index 4cb8abe..9343dc6 100644 --- a/employee-login.html +++ b/employee-login.html @@ -72,7 +72,7 @@ if (username === 'admin' && password === 'password') { alert('Succesvol ingelogd!'); - window.location.href = 'qr-scanner.php'; + window.location.href = 'qr/qr.html'; } else { alert('Ongeldige inloggegevens.'); } diff --git a/index.html b/index.html index 53eac73..2a8fbd5 100644 --- a/index.html +++ b/index.html @@ -37,11 +37,6 @@ Over Ons - diff --git a/qr-scanner.php b/qr-scanner.php deleted file mode 100644 index 760cb5d..0000000 --- a/qr-scanner.php +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - QR Scanner - - - - -
-

QR Code Scanner

-
-
- Logout -
- - - - \ No newline at end of file