On the way to deploy new verison, add favicon

git-svn-id: https://zxing.googlecode.com/svn/trunk@1463 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2010-06-29 16:18:34 +00:00
parent 2959549f83
commit 73bb0192a3
3 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
application: zxing
version: 1
version: 2
runtime: python
api_version: 1
@ -11,6 +11,10 @@ handlers:
static_files: site/scan.html
upload: site/scan.html
- url: /favicon.ico
static_files: static/favicon.ico
upload: static/favicon.ico
- url: (.*)/
static_files: site\1/index.html
upload: site/index.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
zxingorg/web/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB