mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 21:14:06 -08:00
16 lines
689 B
HTML
16 lines
689 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html><head>
|
||
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>About Barcodes</title>
|
||
|
|
||
|
<style type="text/css">
|
||
|
</style>
|
||
|
<meta name="viewport" content="width=device-width; initial-scale=1.0">
|
||
|
</head>
|
||
|
<body style="background-color: black; color: white; font-family: sans-serif; text-align: center;">
|
||
|
<p style="font-weight: bold;">
|
||
|
<img style="width: 128px; height: 128px;" alt="ZXing Project Logo" src="../zxing-icon-128.png"></p>
|
||
|
<p style="font-weight: bold;">Barcodes</p>
|
||
|
<p>© 2008 The <a href="http://code.google.com/p/zxing/">ZXing</a>
|
||
|
Authors<br>
|
||
|
</p>
|
||
|
</body></html>
|