From 6bf4f9ca6a68d32069db919cc81a555283d6f429 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Wed, 24 Aug 2011 01:15:37 +0200 Subject: Doing the least important styling first: The favicon! --- server/app.yaml | 4 ++++ server/favicon.ico | Bin 0 -> 626 bytes 2 files changed, 4 insertions(+) create mode 100644 server/favicon.ico 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 new file mode 100644 index 0000000..7904b54 Binary files /dev/null and b/server/favicon.ico differ -- cgit v1.2.3