Created an HTML help system, which is hooked up to the Menu/Help button. It also...
[zxing.git] / android / assets / html / index.html
1 <html>
2 <title>Barcode Scanner Help</title>
3 <body>
4 <link rel="StyleSheet" href="style.css" type="text/css">
5 <h3><center>Welcome to Barcode Scanner</center></h3>
6 <p><b>Barcode Scanner</b> lets you use your Android camera phone to read barcodes, then look up
7   product information such as prices and reviews.</p>
8 <center><p><img src="../images/scan-example.png"></p></center>
9 <p>It can also read 2D barcodes called QR Codes, which can contain links to web sites, contact
10   info like phone number and email, and more. Click below to learn more.</p>
11 <ul>
12   <li><a href="whatsnew.html">What's New</a></li>
13   <li><a href="scanning.html">How To Scan</a></li>
14   <li><a href="about1d.html">About 1D Barcodes</a></li>
15   <li><a href="about2d.html">About 2D Barcodes</a></li>
16   <li><a href="sharing.html">How To Share Data With Friends</a></li>
17 </ul>
18 </body>
19 </html>