Closed JordanHartley closed 3 years ago
Would be nice to have a browser icon if anyone has any ideas
just need to put the the png in app/app/static/img file and this in base.html head: <link rel="icon" href="{{ url_for('static', filename='img/<our_icon>.png') }}">
<link rel="icon" href="{{ url_for('static', filename='img/<our_icon>.png') }}">
https://icons8.com/icons is a good website to find free icons
Basic Information
Would be nice to have a browser icon if anyone has any ideas
Other Information
just need to put the the png in app/app/static/img file and this in base.html head:
<link rel="icon" href="{{ url_for('static', filename='img/<our_icon>.png') }}">