mirror of
https://github.com/zxing/zxing.git
synced 2025-01-28 11:31:35 -08:00
fd327c94c4
git-svn-id: https://zxing.googlecode.com/svn/trunk@761 59b500cc-1b3d-0410-9834-0bbf25fbcc57
19 lines
853 B
HTML
19 lines
853 B
HTML
<html>
|
|
<title>Barcode Scanner Help</title>
|
|
<body>
|
|
<link rel="StyleSheet" href="style.css" type="text/css">
|
|
<h3><center>Welcome to Barcode Scanner</center></h3>
|
|
<p><b>Barcode Scanner</b> lets you use your Android camera phone to read barcodes, then look up
|
|
product information such as prices and reviews.</p>
|
|
<center><p><img src="../images/scan-example.png"></p></center>
|
|
<p>It can also read 2D barcodes called QR Codes, which can contain links to web sites, contact
|
|
info like phone number and email, and more. Click below to learn more.</p>
|
|
<ul>
|
|
<li><a href="whatsnew.html">What's New</a></li>
|
|
<li><a href="scanning.html">How To Scan</a></li>
|
|
<li><a href="about1d.html">About 1D Barcodes</a></li>
|
|
<li><a href="about2d.html">About 2D Barcodes</a></li>
|
|
<li><a href="sharing.html">How To Share Data With Friends</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |