mirror of
https://github.com/zxing/zxing.git
synced 2024-11-14 15:04:05 -08:00
8eaa8502ad
* Fixed error key in doPost() doPost() works only with badimage * Update about1d.html * Update about2d.html * Update about2d.html * Update index.html * Update scanning.html * Update whatsnew.html * Update sharing.html * Update strings.xml
14 lines
258 B
HTML
14 lines
258 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>Что нового в Barcode Scanner</title>
|
|
<link href="../style.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>Исправление ошибок</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|