Minor changes from code inspection results
[zxing.git] / zxing.appspot.com / static / scan.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4   <head>
5     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6     <title>Zebra Crossing</title>
7     <link rel="stylesheet" href="style.css" type="text/css"/>
8   </head>
9
10   <body>
11     <div id="header">
12       <h1>Zebra Crossing<span> from the ZXing Project</span></h1>
13     </div>
14     
15     <table cellpadding="4" cellspacing="8">
16       <tr>
17         <td valign="top">
18           <img src="zxingiconsmall.png" width="48" height="48">
19         </td>
20         <td valign="top">
21           A web page you are viewing would like to scan a barcode with your camera phone. To do
22           this, you need to install a new application.
23           <p>
24           If you are using an Android device,
25           <a href="market://search?q=pname:com.google.zxing.client.android">click here</a> to
26           install Barcode Scanner. Once installed, it will launch automatically the next time you
27           click on the hyperlink which brought you here.
28           <p>
29           For all other mobile devices, please see
30           <a href="http://code.google.com/p/zxing/wiki/GetTheReader">these installation instructions</a>.
31         </td>
32       </tr>
33     </table>
34     
35     <div id="footer">
36       <a href="http://code.google.com/p/zxing/">ZXing Project Home Page</a>
37     </div>
38   </body>
39 </html>