Skip to content

Commit fb58db4

Browse files
committed
V1.0: Production build unleashed
1 parent cb5c47e commit fb58db4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

templates/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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>

templates/song.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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>

0 commit comments

Comments
 (0)