We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9deb751 commit c75460dCopy full SHA for c75460d
1 file changed
templates/base.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/ghbackup_ico.ico') }}">
7
<title>{% block title %}GitHub Backup Service{% endblock %}</title>
8
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
9
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
0 commit comments