diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/app.yaml | 4 | ||||
| -rw-r--r-- | server/favicon.ico | bin | 0 -> 626 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/server/app.yaml b/server/app.yaml index 949c8b0..0b46191 100644 --- a/server/app.yaml +++ b/server/app.yaml @@ -17,3 +17,7 @@ handlers: - url: /style.css static_files: style.css upload: style.css + +- url: /favicon.ico + static_files: favicon.ico + upload: favicon.ico diff --git a/server/favicon.ico b/server/favicon.ico Binary files differnew file mode 100644 index 0000000..7904b54 --- /dev/null +++ b/server/favicon.ico |
