mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
b01cff36fa
git-svn-id: https://zxing.googlecode.com/svn/trunk@2581 59b500cc-1b3d-0410-9834-0bbf25fbcc57
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Zebra Crossing</title>
|
|
<link rel="stylesheet" href="/style.css" type="text/css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="header">
|
|
<h1>Zebra Crossing <span>from the ZXing Project</span></h1>
|
|
</div>
|
|
|
|
<table style="width:600px">
|
|
<tr>
|
|
<td style="vertical-align:top;padding:4px;margin:8px">
|
|
<img src="/zxingicon.png" width="128" height="128" alt="ZXing"/>
|
|
</td>
|
|
<td style="vertical-align:top;padding:4px;margin:8px">
|
|
<p>Welcome to the Zebra Crossing site at zxing.appspot.com.</p>
|
|
<p> This site features a <a href="/generator">QR Code Generator</a>, which
|
|
allows you to create a two-dimensional barcode that can be scanned
|
|
with a camera phone. These QR Codes can contain a URL, contact
|
|
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>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="footer">
|
|
<a href="http://code.google.com/p/zxing/">ZXing Project Home Page</a>
|
|
</div>
|
|
</body>
|
|
</html>
|