• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3  <head>
4    <title>Scanner Control</title>
5    <link rel="stylesheet" type="text/css" href="scan.css">
6  </head>
7  <body>
8    <div id="waitAnimation" style="display: none;">
9      <div id="waitSpinner"></div>
10    </div>
11    </img>
12    <button id="requestButton">Request App permissions</button>
13    <button id="scanButton">Scan</button>
14    <div id="scannedImages">
15    </div>
16    <script src="scan.js"></script>
17  </body>
18</html>
19