mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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:
parent
2959549f83
commit
73bb0192a3
|
@ -1,5 +1,5 @@
|
||||||
application: zxing
|
application: zxing
|
||||||
version: 1
|
version: 2
|
||||||
runtime: python
|
runtime: python
|
||||||
api_version: 1
|
api_version: 1
|
||||||
|
|
||||||
|
@ -11,6 +11,10 @@ handlers:
|
||||||
static_files: site/scan.html
|
static_files: site/scan.html
|
||||||
upload: site/scan.html
|
upload: site/scan.html
|
||||||
|
|
||||||
|
- url: /favicon.ico
|
||||||
|
static_files: static/favicon.ico
|
||||||
|
upload: static/favicon.ico
|
||||||
|
|
||||||
- url: (.*)/
|
- url: (.*)/
|
||||||
static_files: site\1/index.html
|
static_files: site\1/index.html
|
||||||
upload: site/index.html
|
upload: site/index.html
|
||||||
|
|
BIN
zxing.appspot.com/static/favicon.ico
Normal file
BIN
zxing.appspot.com/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
zxingorg/web/favicon.ico
Normal file
BIN
zxingorg/web/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in a new issue