add qs.html to seperate out qr scanner

qr
Bryan 2021-01-03 00:55:02 -06:00
parent 1257afd749
commit f4bea5bdb8
1 changed files with 17 additions and 0 deletions

17
qr.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Door Control</title>
<link rel="icon" href="/img/favicon.png" type="img/png">
<link rel="stylesheet" src="style.css">
</head>
<body>
<div class="screen-container">
</div>
</body>
</html>