postmanlabs / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
ISC License
12.7k stars 1.8k forks source link

how about add favicon.ico ? #459

Closed isayme closed 6 years ago

javabrett commented 6 years ago

Do you mean e.g. http://httpbin.org/favicon.ico (404)? Any image you have in-mind?

isayme commented 6 years ago

@javabrett yes. I'm not a designer, maybe someone else could help to get one~~

javabrett commented 6 years ago

https://favicon.io/?text=%3A%2F%2F%3F&shape=circle&fontFamily=Marck+Script&fontSize=64&fontColor=%23ff00bc&backgroundColor=%23000000

isayme commented 6 years ago

cool~

rochacbruno commented 6 years ago

Create a new httpbin/static folder and put the icons there then change it here: https://github.com/requests/httpbin/blob/master/httpbin/templates/flasgger/index.html#L8

isayme commented 6 years ago

@javabrett could you help to make a PR ?