diff --git a/fwd/app.yaml b/fwd/app.yaml index 2d4a30b..7336199 100644 --- a/fwd/app.yaml +++ b/fwd/app.yaml @@ -5,5 +5,9 @@ handlers: static_files: index.html upload: index.html +- url: /favicon.ico + static_files: favicon.ico + upload: favicon.ico + - url: /.* script: auto diff --git a/fwd/favicon.ico b/fwd/favicon.ico new file mode 100644 index 0000000..0c34bfd Binary files /dev/null and b/fwd/favicon.ico differ diff --git a/fwd/index.html b/fwd/index.html index c65fb5b..2e793ea 100644 --- a/fwd/index.html +++ b/fwd/index.html @@ -7,7 +7,6 @@ body { font-family: Arial; line-height: 1.5; } code { background-color: lightgrey; padding: 3px;} a { color: blue; } -
kontain.me serves Docker container images generated on-demand at the