Answers for "get /favicon.ico http/1.1 404 - 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 "get /favicon.ico http/1.1 404 - flask"

Python Answers by Framework

Browse Popular Code Answers by Language