xref: /aosp_15_r20/external/zxing/zxing.appspot.com/src/main/webapp/index.html (revision 513427e33d61bc67fc40bc261642ac0b2a686b45)
1*513427e3STreehugger Robot<!DOCTYPE html>
2*513427e3STreehugger Robot<!--
3*513427e3STreehugger Robot Copyright (C) 2014 ZXing authors
4*513427e3STreehugger Robot
5*513427e3STreehugger Robot Licensed under the Apache License, Version 2.0 (the "License");
6*513427e3STreehugger Robot you may not use this file except in compliance with the License.
7*513427e3STreehugger Robot You may obtain a copy of the License at
8*513427e3STreehugger Robot
9*513427e3STreehugger Robot      http://www.apache.org/licenses/LICENSE-2.0
10*513427e3STreehugger Robot
11*513427e3STreehugger Robot Unless required by applicable law or agreed to in writing, software
12*513427e3STreehugger Robot distributed under the License is distributed on an "AS IS" BASIS,
13*513427e3STreehugger Robot WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*513427e3STreehugger Robot See the License for the specific language governing permissions and
15*513427e3STreehugger Robot limitations under the License.
16*513427e3STreehugger Robot -->
17*513427e3STreehugger Robot<html>
18*513427e3STreehugger Robot  <head>
19*513427e3STreehugger Robot    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
20*513427e3STreehugger Robot    <title>Zebra Crossing</title>
21*513427e3STreehugger Robot    <link rel="stylesheet" href="/style.css" type="text/css"/>
22*513427e3STreehugger Robot  </head>
23*513427e3STreehugger Robot
24*513427e3STreehugger Robot  <body>
25*513427e3STreehugger Robot    <div id="header">
26*513427e3STreehugger Robot      <h1>Zebra Crossing <span>from the ZXing Project</span></h1>
27*513427e3STreehugger Robot    </div>
28*513427e3STreehugger Robot
29*513427e3STreehugger Robot    <table style="width:600px">
30*513427e3STreehugger Robot      <tr>
31*513427e3STreehugger Robot        <td style="vertical-align:top;padding:4px;margin:8px">
32*513427e3STreehugger Robot          <img src="/zxingicon.png" width="128" height="128" alt="ZXing"/>
33*513427e3STreehugger Robot        </td>
34*513427e3STreehugger Robot        <td style="vertical-align:top;padding:4px;margin:8px">
35*513427e3STreehugger Robot          <p>Welcome to the Zebra Crossing site at zxing.appspot.com.</p>
36*513427e3STreehugger Robot          <p> This site features a <a href="/generator">QR Code Generator</a>, which
37*513427e3STreehugger Robot          allows you to create a two-dimensional barcode that can be scanned
38*513427e3STreehugger Robot          with a camera phone. These QR Codes can contain a URL, contact
39*513427e3STreehugger Robot          information, a calendar event, and much more.</p>
40*513427e3STreehugger Robot          <p>The <a href="https://github.com/zxing/zxing/">ZXing Project</a> exists
41*513427e3STreehugger Robot          to provide an open source barcode scanner for a range of devices.</p>
42*513427e3STreehugger Robot        </td>
43*513427e3STreehugger Robot      </tr>
44*513427e3STreehugger Robot    </table>
45*513427e3STreehugger Robot
46*513427e3STreehugger Robot    <div id="footer">
47*513427e3STreehugger Robot      <a href="https://github.com/zxing/zxing/">ZXing Project Home Page</a>
48*513427e3STreehugger Robot    </div>
49*513427e3STreehugger Robot  </body>
50*513427e3STreehugger Robot</html>
51