mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 21:14:06 -08:00
e95e16698a
- Cleaned up the sharing UI - Removed a piece of black artwork - Fixed the Froyo bug with the Help screen appearing blank - Made external URLs in Help launch in the Browser - Updated some help text git-svn-id: https://zxing.googlecode.com/svn/trunk@1491 59b500cc-1b3d-0410-9834-0bbf25fbcc57
21 lines
892 B
HTML
21 lines
892 B
HTML
<html>
|
|
<head>
|
|
<title>Barcode Scanner Help</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<p><b>Barcode Scanner</b> uses the camera on your phone to read barcodes and look up product
|
|
information such as prices and reviews.</p>
|
|
<p style="text-align:center"><img src="../images/scan-example.png" alt="Scan example"></p>
|
|
<p>It also reads <strong>2D barcodes</strong>, called <em>QR Codes</em>, which can contain links to
|
|
web sites, contact information such as phone numbers and email addresses, map locations and more.</p>
|
|
<ul class="touchable">
|
|
<li><a href="whatsnew.html">What's new in this version</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 create QR Codes</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|