mirror of
https://github.com/zxing/zxing.git
synced 2025-01-14 20:57:40 -08:00
51389e88f0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2032 59b500cc-1b3d-0410-9834-0bbf25fbcc57
36 lines
1.1 KiB
HTML
36 lines
1.1 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 cellpadding="4" cellspacing="8">
|
|
<tr>
|
|
<td valign="top">
|
|
<img src="/zxingiconsmall.png" width="48" height="48"/>
|
|
</td>
|
|
<td valign="top">
|
|
<p>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>
|
|
<p>If you are using an Android device,
|
|
<a href="market://details?id=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>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="footer">
|
|
<a href="http://code.google.com/p/zxing/">ZXing Project Home Page</a>
|
|
</div>
|
|
</body>
|
|
</html>
|