zxing/zxing.appspot.com/war/scan.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>