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