Add a handler for favicon.ico (#423)

Closes https://github.com/dart-lang/build/issues/892

If the users has not specified a favicon chrome will attempt to load
`/favicon.ico` by default. If this would otherwise be a 404 we can
provide a default and avoid an error in the console.

The default icon is the same as the `dart.dev` site.
2 files changed