Answers for "why is there a request for favicon.ico flask"

1

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') }}">
Posted by: Guest on June-21-2020

Code answers related to "why is there a request for favicon.ico flask"

Python Answers by Framework

Browse Popular Code Answers by Language