File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < title > SongTrack</ title >
77 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css ">
88 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css ">
9+ < link rel ="shortcut icon " href ="{{ url_for('static', filename='favicon.ico') }} ">
910 < link rel ="stylesheet " href ={{ url_for( 'static', filename='static/css/style.css ') }} >
1011 </ head >
1112 < body >
Original file line number Diff line number Diff line change 66 < title > SongTrack</ title >
77 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css ">
88 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css ">
9+ < link rel ="shortcut icon " href ="{{ url_for('static', filename='favicon.ico') }} ">
910 < link rel ="stylesheet " href ={{ url_for( 'static', filename='css/style.css ') }} >
1011 {% set TrackNum = TrackNo | int %}
1112 </ head >
You can’t perform that action at this time.
0 commit comments