get /favicon.ico http/1.1 404 - flask code example
Example: how to change the favicon in flask
#the favicon needs to be 16x16 pix
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
#the favicon needs to be 16x16 pix
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">