Minor change to make javadoc work with new Android SDK
[zxing.git] / zxing.appspot.com / static / index.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 width="600" cellpadding="4" cellspacing="8">
16       <tr>
17         <td valign="top">
18           <img src="zxingicon.png" width="128" height="128">
19         </td>
20         <td valign="top">
21           Welcome to the Zebra Crossing site at zxing.appspot.com.
22           <p>
23           This site features a <a href="generator">QR Code Generator</a>, which
24           allows you to create a two-dimensional barcode that can be scanned
25           with a camera phone. These QR Codes can contain a URL, contact
26           information, a calendar event, and much more.
27           <p>
28           The <a href="http://code.google.com/p/zxing/">ZXing Project</a> exists
29           to provide an open source barcode scanner for a range of devices. You
30           can <a href="http://code.google.com/p/zxing/wiki/GetTheReader">
31           download the software</a> for your phone here.
32         </td>
33       </tr>
34     </table>
35     
36     <div id="footer">
37       <a href="http://code.google.com/p/zxing/">ZXing Project Home Page</a>
38     </div>
39   </body>
40 </html>