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 <link type="text/css" rel="stylesheet" href="/Generator.css"> 21 <title>QR Code Generator from the ZXing Project</title> 22 <script type="text/javascript" language="javascript" src="/generator/generator.nocache.js"></script> 23 </head> 24 <body> 25 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> 26 <noscript> 27 <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"> 28 Your web browser must have JavaScript enabled 29 in order for this application to display correctly. 30 </div> 31 </noscript> 32 33 <div id="header"> 34 <h1>QR Code Generator <span>from the ZXing Project</span></h1> 35 </div> 36 37 <div id="ui"></div> 38 39 <div id="footer"> 40 <a href="https://github.com/zxing/zxing/">ZXing Project Home Page</a> 41 </div> 42 43 </body> 44</html> 45