diff --git a/zxing.appspot.com/war/Generator.css b/zxing.appspot.com/war/Generator.css index 3675a34e4..0863aea39 100644 --- a/zxing.appspot.com/war/Generator.css +++ b/zxing.appspot.com/war/Generator.css @@ -93,7 +93,7 @@ body { background-color: #fffbcc; } .required { - background: #ffffff url(static/required-field-bg.png) repeat-y; + background: #ffffff url(/required-field-bg.png) repeat-y; } .errorMessage { padding-left: 110px; diff --git a/zxing.appspot.com/war/Generator.html b/zxing.appspot.com/war/Generator.html index 69c5a9bc5..20dae8af9 100644 --- a/zxing.appspot.com/war/Generator.html +++ b/zxing.appspot.com/war/Generator.html @@ -2,9 +2,9 @@
- +
- ![]() ![]() |
Welcome to the Zebra Crossing site at zxing.appspot.com. -This site features a QR Code Generator, which + This site features a QR Code Generator, which allows you to create a two-dimensional barcode that can be scanned with a camera phone. These QR Codes can contain a URL, contact information, a calendar event, and much more. diff --git a/zxing.appspot.com/war/scan.html b/zxing.appspot.com/war/scan.html index c9a3ebbde..7362ddf68 100644 --- a/zxing.appspot.com/war/scan.html +++ b/zxing.appspot.com/war/scan.html @@ -4,7 +4,7 @@
|