diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index bfbaf3ee1..311c87b47 100644 --- a/zxing.appspot.com/app.yaml +++ b/zxing.appspot.com/app.yaml @@ -7,6 +7,10 @@ handlers: - url: /generator script: redirect.py +- url: /scan + static_files: site/scan.html + upload: site/scan.html + - url: (.*)/ static_files: site\1/index.html upload: site/index.html diff --git a/zxing.appspot.com/static/scan.html b/zxing.appspot.com/static/scan.html new file mode 100644 index 000000000..332069e92 --- /dev/null +++ b/zxing.appspot.com/static/scan.html @@ -0,0 +1,39 @@ + + + + + + Zebra Crossing + + + + + + + + + + + +
+ + + A web page you are viewing would like to scan a barcode with your camera phone. To do + this, you need to install a new application. +

+ If you are using an Android device, + click here to + install Barcode Scanner. Once installed, it will launch automatically the next time you + click on the hyperlink which brought you here. +

+ For all other mobile devices, please see + these installation instructions. +

+ + + + diff --git a/zxing.appspot.com/static/zxingiconsmall.png b/zxing.appspot.com/static/zxingiconsmall.png new file mode 100644 index 000000000..45c603df4 Binary files /dev/null and b/zxing.appspot.com/static/zxingiconsmall.png differ