You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qrcode-decoder/demo/index.html

19 lines
544 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>QrcodeDecoder</title>
</head>
<body>
<h1>QrcodeDecoder</h1>
<h2>Examples</h2>
<ul>
<li><a href="image.html">Image</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="camera.html">Camera</a></li>
</ul>
</body>
</html>