mirror of
https://github.com/zxing/zxing.git
synced 2025-01-30 12:31:12 -08:00
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>
|