2011-11-13 09:36:01 -08:00
|
|
|
<!DOCTYPE HTML>
|
2008-12-12 11:06:32 -08:00
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Zebra Crossing</title>
|
2011-11-13 11:49:53 -08:00
|
|
|
<link rel="stylesheet" href="/style.css" type="text/css"/>
|
2008-12-12 11:06:32 -08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="header">
|
2011-11-13 09:36:01 -08:00
|
|
|
<h1>Zebra Crossing <span>from the ZXing Project</span></h1>
|
2008-12-12 11:06:32 -08:00
|
|
|
</div>
|
|
|
|
|
2013-03-01 12:01:40 -08:00
|
|
|
<table style="width:600px">
|
2008-12-12 11:06:32 -08:00
|
|
|
<tr>
|
2013-03-01 12:01:40 -08:00
|
|
|
<td style="vertical-align:top;padding:4px;margin:8px">
|
|
|
|
<img src="/zxingicon.png" width="128" height="128" alt="ZXing"/>
|
2008-12-12 11:06:32 -08:00
|
|
|
</td>
|
2013-03-01 12:01:40 -08:00
|
|
|
<td style="vertical-align:top;padding:4px;margin:8px">
|
2011-11-13 09:36:01 -08:00
|
|
|
<p>Welcome to the Zebra Crossing site at zxing.appspot.com.</p>
|
2011-11-13 11:49:53 -08:00
|
|
|
<p> This site features a <a href="/generator">QR Code Generator</a>, which
|
2008-12-12 11:06:32 -08:00
|
|
|
allows you to create a two-dimensional barcode that can be scanned
|
|
|
|
with a camera phone. These QR Codes can contain a URL, contact
|
2011-11-13 09:36:01 -08:00
|
|
|
information, a calendar event, and much more.</p>
|
|
|
|
<p>The <a href="http://code.google.com/p/zxing/">ZXing Project</a> exists
|
|
|
|
to provide an open source barcode scanner for a range of devices.</p>
|
2008-12-12 11:06:32 -08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<a href="http://code.google.com/p/zxing/">ZXing Project Home Page</a>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|