mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
de31f7a387
git-svn-id: https://zxing.googlecode.com/svn/trunk@890 59b500cc-1b3d-0410-9834-0bbf25fbcc57
40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<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 cellpadding="4" cellspacing="8">
|
|
<tr>
|
|
<td valign="top">
|
|
<img src="zxingiconsmall.png" width="48" height="48">
|
|
</td>
|
|
<td valign="top">
|
|
A web page you are viewing would like to scan a barcode with your camera phone. To do
|
|
this, you need to install a new application.
|
|
<p>
|
|
If you are using an Android device,
|
|
<a href="market://search?q=pname:com.google.zxing.client.android">click here</a> to
|
|
install Barcode Scanner. Once installed, it will launch automatically the next time you
|
|
click on the hyperlink which brought you here.
|
|
<p>
|
|
For all other mobile devices, please see
|
|
<a href="http://code.google.com/p/zxing/wiki/GetTheReader">these installation instructions</a>.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="footer">
|
|
<a href="http://code.google.com/p/zxing/">ZXing Project Home Page</a>
|
|
</div>
|
|
</body>
|
|
</html>
|